diff --git a/README.md b/README.md
index 265a2c3927..7c9803fa79 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
org.ethereum
ethereumj-core
- 1.9.0-RELEASE
+ 1.11.0-RELEASE
```
@@ -67,7 +67,7 @@ java -jar ethereumj-core/build/libs/ethereumj-core-*-all.jar
Please, note, snapshots are not stable and are currently in development! If you still want to try it:
- Add https://oss.jfrog.org/libs-snapshot/ as a repository to your build script
- - Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `1.9.0-SNAPSHOT`.
+ - Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `1.11.0-SNAPSHOT`.
Example:
@@ -81,7 +81,7 @@ Example:
org.ethereum
ethereumj-core
- 1.9.0-SNAPSHOT
+ 1.11.0-SNAPSHOT
##### Importing project to IntelliJ IDEA: