diff --git a/Readme.md b/Readme.md index 8954209..2b9c8ff 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.10.0 Release is now available via maven central. Use the following dependency to include the latest release: +jABCI v0.12.0 Release is now available via maven central. Use the following dependency to include the latest release: ```xml com.github.jtendermint jabci - 0.10.0 + 0.12.0 ``` @@ -35,7 +35,7 @@ Use the following dependency to include current snapshot of jABCI in your projec com.github.jtendermint jabci - 0.10.0 + 0.12.0 compile