Skip to content

Commit 66bf38c

Browse files
committed
update readme about release
1 parent 6ac0c89 commit 66bf38c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ JSON-RPC for the java programming language. jsonrpc4j uses the
66
objects to and from json objects (and other things related to
77
JSON-RPC).
88

9-
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.6/)
9+
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.5.0/)
1010
[ ![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)
1111
[![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.6.svg)](https://github.com/briandilley/jsonrpc4j/compare/1.4.6...master)
12+
[![GitHub commits](https://img.shields.io/github/commits-since/briandilley/jsonrpc4j/1.5.0.svg)](https://github.com/briandilley/jsonrpc4j/compare/1.5.0...master)
1313
[![Maintenance](https://img.shields.io/maintenance/yes/2016.svg)](https://github.com/briandilley/jsonrpc4j/commits/master)
1414

1515
## Features Include:
@@ -43,7 +43,7 @@ In `<dependencies>`:
4343
<dependency>
4444
<groupId>com.github.briandilley.jsonrpc4j</groupId>
4545
<artifactId>jsonrpc4j</artifactId>
46-
<version>1.4.6</version>
46+
<version>1.5.0</version>
4747
</dependency>
4848

4949
```

0 commit comments

Comments
 (0)