Skip to content

Commit

Permalink
Upgrade to 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Dec 10, 2024
1 parent b2b5e65 commit 448ed7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.0.1 (2024-12-10)
- fix: fix javaDocs error

# 3.0.0 (2024-11-26)
- feat: support indexer filter script_len_range
- feat: support v0.119.0 rpcs #683
Expand Down
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 '3.0.0-alpha'
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 '3.0.0-alpha'
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 '3.0.0-alpha'

repositories {
mavenCentral()
Expand Down

0 comments on commit 448ed7f

Please sign in to comment.