File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ JSON-RPC for the java programming language. jsonrpc4j uses the
6
6
objects to and from json objects (and other things related to
7
7
JSON-RPC).
8
8
9
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( http://briandilley.github.io/jsonrpc4j/javadoc/1.4.4 / )
9
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( http://briandilley.github.io/jsonrpc4j/javadoc/1.4.6 / )
10
10
[ ![ Download] ( https://api.bintray.com/packages/gaborbernat/maven/com.github.briandilley.jsonrpc4j%3Ajsonrpc4j/images/download.svg ) ] ( https://bintray.com/gaborbernat/maven/com.github.briandilley.jsonrpc4j%3Ajsonrpc4j/_latestVersion )
11
11
[ ![ Travis CI] ( https://travis-ci.org/gaborbernat/jsonrpc4j.svg?branch=master )] ( https://travis-ci.org/gaborbernat/jsonrpc4j )
12
- [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/briandilley/jsonrpc4j/1.4.4 .svg )] ( https://github.com/briandilley/jsonrpc4j/compare/1.4.4 ...master )
12
+ [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/briandilley/jsonrpc4j/1.4.6 .svg )] ( https://github.com/briandilley/jsonrpc4j/compare/1.4.6 ...master )
13
13
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2016.svg )] ( https://github.com/briandilley/jsonrpc4j/commits/master )
14
14
15
15
## Features Include:
@@ -43,7 +43,7 @@ In `<dependencies>`:
43
43
<dependency >
44
44
<groupId >com.github.briandilley.jsonrpc4j</groupId >
45
45
<artifactId >jsonrpc4j</artifactId >
46
- <version >1.4.4 </version >
46
+ <version >1.4.6 </version >
47
47
</dependency >
48
48
49
49
```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
}
17
17
18
18
description = ' This project aims to provide the facility to easily implement JSON-RPC for the java programming language.'
19
- version = ' 1.4.5 '
19
+ version = ' 1.4.6 '
20
20
group = ' com.github.briandilley.jsonrpc4j'
21
21
22
22
sourceCompatibility = 1.7
You can’t perform that action at this time.
0 commit comments