Skip to content

Commit

Permalink
chore: Bump version to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 22, 2020
1 parent f8f6844 commit 1c89f4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [v0.33.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.32.0...v0.33.0) (2020-6-22)

Bump version to v0.33.0

# [v0.32.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.31.0...v0.32.0) (2020-5-26)

### Feature
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.32.0'
version '0.33.0'

apply plugin: 'java'

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

0 comments on commit 1c89f4c

Please sign in to comment.