Skip to content

Commit 8c5a600

Browse files
committed
solution: release v0.10.0
1 parent d49a954 commit 8c5a600

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
Framework agnostic modular Java 8+ integration library for [Ethereum blockchains](https://www.ethereum.org)
99

10-
- Latest Stable Version: 0.9.1
11-
- Latest Snapshot Version: 0.10.0-SNAPSHOT
10+
- Latest Stable Version: 0.10.0
11+
- Latest Snapshot Version: 0.11.0-SNAPSHOT
1212

1313
## Architecture
1414

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'jacoco'
1818

1919
allprojects {
2020
group = 'io.infinitape'
21-
version = "0.10.0-SNAPSHOT"
21+
version = "0.10.0"
2222

2323
repositories {
2424
mavenLocal()

0 commit comments

Comments
 (0)