Skip to content

Commit

Permalink
solution: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Oct 21, 2024
1 parent 041bbf1 commit b9a8e15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

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

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

## Modules

Expand Down Expand Up @@ -85,7 +85,7 @@ where
<dependency>
<groupId>io.emeraldpay.etherjar</groupId>
<artifactId>etherjar-rpc-http</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

Expand All @@ -99,7 +99,7 @@ repositories {
}
dependencies {
implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.11.0"
implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.12.0"
}
```

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-SNAPSHOT"
version = "0.12.0"

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.11.0-SNAPSHOT"
compile "io.emeraldpay.etherjar:etherjar-rpc-api:0.11.0-SNAPSHOT"
compile "io.emeraldpay.etherjar:etherjar-rpc-http:0.11.0-SNAPSHOT"
compile "io.emeraldpay.etherjar:etherjar-rlp:0.11.0-SNAPSHOT"
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"

}

0 comments on commit b9a8e15

Please sign in to comment.