Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Jan 24, 2017
1 parent 9b9bb65 commit da88f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,7 @@ http://ethereumj.io
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId>
<version>1.3.9-RELEASE</version>
<version>1.4.0-RELEASE</version>
</dependency>
```

Expand All @@ -36,7 +36,7 @@ or gradle:
repositories {
maven {url "http://dl.bintray.com/ethereum/maven"}
}
compile ("org.ethereum:ethereumj-core:1.3.+")
compile ("org.ethereum:ethereumj-core:1.4.+")
```

As a starting point for your own project take a look at https://github.com/ether-camp/ethereumj.starter
Expand Down

0 comments on commit da88f94

Please sign in to comment.