diff --git a/Readme.md b/Readme.md
index 5f2c1fc..b77788f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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
com.github.jtendermint
jabci
- 0.26.0
+ 0.32.3
```
@@ -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 |
diff --git a/pom.xml b/pom.xml
index 0561135..d237c21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.jtendermint
jabci
- 0.26.0
+ 0.32.3
com.github.jtendermint:jabci
Java implementation for ABCI consensus protocol from tendermint.com and related tools