Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Jan 25, 2019
1 parent 989bb7b commit 1884df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,7 +18,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId>
<version>1.9.0-RELEASE</version>
<version>1.11.0-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -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:

Expand All @@ -81,7 +81,7 @@ Example:
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
</dependency>

##### Importing project to IntelliJ IDEA:
Expand Down

0 comments on commit 1884df3

Please sign in to comment.