Skip to content

Commit

Permalink
solution: release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Nov 21, 2024
1 parent e4c98bf commit dd082c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

- Latest Stable Version: 0.12.0
- Latest Stable Version: 0.12.1
- Latest Snapshot Version: 0.13.0-SNAPSHOT

## Modules
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.emeraldpay.etherjar'
version = "0.12.0"
version = "0.12.1"

repositories {
mavenLocal()
Expand Down
8 changes: 4 additions & 4 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ repositories {

dependencies {

compile "io.emeraldpay.etherjar:etherjar-domain:0.12.0"
compile "io.emeraldpay.etherjar:etherjar-rpc-api:0.12.0"
compile "io.emeraldpay.etherjar:etherjar-rpc-http:0.12.0"
compile "io.emeraldpay.etherjar:etherjar-rlp:0.12.0"
compile "io.emeraldpay.etherjar:etherjar-domain:0.12.1"
compile "io.emeraldpay.etherjar:etherjar-rpc-api:0.12.1"
compile "io.emeraldpay.etherjar:etherjar-rpc-http:0.12.1"
compile "io.emeraldpay.etherjar:etherjar-rlp:0.12.1"

}

0 comments on commit dd082c2

Please sign in to comment.