Skip to content

Commit b9a8e15

Browse files
committed
solution: release v0.12.0
1 parent 041bbf1 commit b9a8e15

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

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

9-
- Latest Stable Version: 0.11.0
10-
- Latest Snapshot Version: 0.12.0-SNAPSHOT
9+
- Latest Stable Version: 0.12.0
10+
- Latest Snapshot Version: 0.13.0-SNAPSHOT
1111

1212
## Modules
1313

@@ -85,7 +85,7 @@ where
8585
<dependency>
8686
<groupId>io.emeraldpay.etherjar</groupId>
8787
<artifactId>etherjar-rpc-http</artifactId>
88-
<version>0.11.0</version>
88+
<version>0.12.0</version>
8989
</dependency>
9090
```
9191

@@ -99,7 +99,7 @@ repositories {
9999
}
100100
101101
dependencies {
102-
implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.11.0"
102+
implementation "io.emeraldpay.etherjar:etherjar-rpc-http:0.12.0"
103103
}
104104
```
105105

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.emeraldpay.etherjar'
21-
version = "0.12.0-SNAPSHOT"
21+
version = "0.12.0"
2222

2323
repositories {
2424
mavenLocal()

examples/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repositories {
88

99
dependencies {
1010

11-
compile "io.emeraldpay.etherjar:etherjar-domain:0.11.0-SNAPSHOT"
12-
compile "io.emeraldpay.etherjar:etherjar-rpc-api:0.11.0-SNAPSHOT"
13-
compile "io.emeraldpay.etherjar:etherjar-rpc-http:0.11.0-SNAPSHOT"
14-
compile "io.emeraldpay.etherjar:etherjar-rlp:0.11.0-SNAPSHOT"
11+
compile "io.emeraldpay.etherjar:etherjar-domain:0.12.0"
12+
compile "io.emeraldpay.etherjar:etherjar-rpc-api:0.12.0"
13+
compile "io.emeraldpay.etherjar:etherjar-rpc-http:0.12.0"
14+
compile "io.emeraldpay.etherjar:etherjar-rlp:0.12.0"
1515

1616
}

0 commit comments

Comments
 (0)