diff --git a/Readme.md b/Readme.md
index 2b9c8ff..93f9da1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -9,44 +9,15 @@ 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.12.0 Release is now available via maven central. Use the following dependency to include the latest release:
+jABCI v0.12.0.2 Release is now available via maven central. Use the following dependency to include the latest release:
```xml
com.github.jtendermint
jabci
- 0.12.0
+ 0.12.0.2
```
-Development will move onto a dedicated `develop` branch in the short term and it's artifacts will be available in Central's snapshot repository
-
-The current snapshot repository is: `https://oss.sonatype.org/content/repositories/snapshots/` which can be used by adding the repository:
-```xml
-
- snapshots-repo
- https://oss.sonatype.org/content/repositories/snapshots
- false
- true
-
-```
-
-Use the following dependency to include current snapshot of jABCI in your project:
-```xml
-
- com.github.jtendermint
- jabci
- 0.12.0
- compile
-
-
-
- org.slf4j
- slf4j-simple
-
-
-
-```
-
#### Update protobuf types
When you make changes to the protobuf file, you can enable the appropriate build-phase for the compiler-plugin to generate the file(s) in the target-directory.