Bump version to 0.32.3

This commit is contained in:
folex 2019-09-10 16:50:09 +03:00
parent 6826102185
commit a7762610aa
2 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,12 @@ A Java implementation of the Tendermint Application BlockChain Interface ([ABCI]
Check out [StartupExampleDummy.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/StartupExampleDummy.java) or [JavaCounter.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/JavaCounter.java) for examples.
#### Maven integration
jABCI v0.26.0 Release is now available via maven central. Use the following dependency to include the latest release:
jABCI v0.32.3 Release is now available via maven central. Use the following dependency to include the latest release:
```xml
<dependency>
<groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId>
<version>0.26.0</version>
<version>0.32.3</version>
</dependency>
```
@ -47,3 +47,4 @@ protoc --java_out=. --proto_path=../proto/. ../proto/types.proto
| 0.24.0 | 0.24 |
| 0.24.0 | 0.25 |
| 0.26.0 | 0.26 - 0.30.1 |
| 0.32.3 | 0.32.3 |

View File

@ -5,7 +5,7 @@
<groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId>
<version>0.26.0</version>
<version>0.32.3</version>
<name>com.github.jtendermint:jabci</name>
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>