Skip to content

Commit be132f0

Browse files
author
Bernat Gabor
committed
release 1.4.6
1 parent fdf77e9 commit be132f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4/)
9+
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.6/)
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.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)
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.4</version>
46+
<version>1.4.6</version>
4747
</dependency>
4848

4949
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
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'
2020
group = 'com.github.briandilley.jsonrpc4j'
2121

2222
sourceCompatibility = 1.7

0 commit comments

Comments
 (0)