Skip to content

Commit

Permalink
release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Gabor committed Jul 3, 2016
1 parent fdf77e9 commit be132f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ JSON-RPC for the java programming language. jsonrpc4j uses the
objects to and from json objects (and other things related to
JSON-RPC).

[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.4/)
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](http://briandilley.github.io/jsonrpc4j/javadoc/1.4.6/)
[ ![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)
[![Travis CI](https://travis-ci.org/gaborbernat/jsonrpc4j.svg?branch=master)](https://travis-ci.org/gaborbernat/jsonrpc4j)
[![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)
[![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)
[![Maintenance](https://img.shields.io/maintenance/yes/2016.svg)](https://github.com/briandilley/jsonrpc4j/commits/master)

## Features Include:
Expand Down Expand Up @@ -43,7 +43,7 @@ In `<dependencies>`:
<dependency>
<groupId>com.github.briandilley.jsonrpc4j</groupId>
<artifactId>jsonrpc4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

description = 'This project aims to provide the facility to easily implement JSON-RPC for the java programming language.'
version = '1.4.5'
version = '1.4.6'
group = 'com.github.briandilley.jsonrpc4j'

sourceCompatibility = 1.7
Expand Down

0 comments on commit be132f0

Please sign in to comment.