diff --git a/Readme.md b/Readme.md
index ca614a5..95c2224 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.20.0 Release is now available via maven central. Use the following dependency to include the latest release:
+jABCI v0.20.1 Release is now available via maven central. Use the following dependency to include the latest release:
```xml
com.github.jtendermint
jabci
- 0.20.0
+ 0.20.1
```
@@ -36,4 +36,5 @@ Just switch the comments on line [pom.xml](https://github.com/jTendermint/jabci/
| 0.17.1 | 0.18.0 |
| 0.17.1 | 0.19.0 |
| 0.20.0 | 0.20.0 |
+| 0.20.1 | 0.20.0 |
diff --git a/pom.xml b/pom.xml
index 64563cd..a83213a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.jtendermint
jabci
- 0.20.0
+ 0.20.1
com.github.jtendermint:jabci
Java implementation for ABCI consensus protocol from tendermint.com and related tools