Skip to content

Commit

Permalink
solution: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jul 6, 2020
1 parent d49a954 commit 8c5a600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

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

- Latest Stable Version: 0.9.1
- Latest Snapshot Version: 0.10.0-SNAPSHOT
- Latest Stable Version: 0.10.0
- Latest Snapshot Version: 0.11.0-SNAPSHOT

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'jacoco'

allprojects {
group = 'io.infinitape'
version = "0.10.0-SNAPSHOT"
version = "0.10.0"

repositories {
mavenLocal()
Expand Down

0 comments on commit 8c5a600

Please sign in to comment.