Skip to content

Commit 0ba0a85

Browse files
authored
Merge pull request #697 from eval-exec/exec/bump-4.0.0
Bump ckb-sdk-java to v4.0.0
2 parents 6532548 + a126bd8 commit 0ba0a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
targetCompatibility = 1.8
4545

4646
group 'org.nervos.ckb'
47-
version '3.0.1'
47+
version '4.0.0'
4848
apply plugin: 'java'
4949

5050
repositories {
@@ -110,7 +110,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
110110
publications {
111111
mavenJava(MavenPublication) {
112112
groupId 'org.nervos.ckb'
113-
version '3.0.1'
113+
version '4.0.0'
114114
from components.java
115115

116116
artifact javadocJar

0 commit comments

Comments
 (0)