Skip to content

Commit

Permalink
Upgrade to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Dec 10, 2024
1 parent b2b5e65 commit 769204c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '3.0.0'
version '2.2.0'
apply plugin: 'java'

repositories {
Expand Down Expand Up @@ -105,7 +105,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '3.0.0'
version '2.2.0'
from components.java

pom {
Expand Down
2 changes: 1 addition & 1 deletion light-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.nervos.ckb'
version '2.1.1'
version '2.2.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 769204c

Please sign in to comment.