We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49a954 commit 8c5a600Copy full SHA for 8c5a600
README.md
@@ -7,8 +7,8 @@
7
8
Framework agnostic modular Java 8+ integration library for [Ethereum blockchains](https://www.ethereum.org)
9
10
-- Latest Stable Version: 0.9.1
11
-- Latest Snapshot Version: 0.10.0-SNAPSHOT
+- Latest Stable Version: 0.10.0
+- Latest Snapshot Version: 0.11.0-SNAPSHOT
12
13
## Architecture
14
build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'jacoco'
18
19
allprojects {
20
group = 'io.infinitape'
21
- version = "0.10.0-SNAPSHOT"
+ version = "0.10.0"
22
23
repositories {
24
mavenLocal()
0 commit comments