Skip to content

Commit

Permalink
Merge pull request #328 from nervosnetwork/rc/v0.33.0
Browse files Browse the repository at this point in the history
Rc/v0.33.0
  • Loading branch information
duanyytop authored Jun 22, 2020
2 parents 1248a8f + 1c89f4c commit e253c52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
buildscript {

ext.bouncycastleVersion = '1.65'
ext.bouncycastleVersion = '1.65.01'
ext.rxjavaVersion = '2.2.19'
ext.gsonVersion = '2.8.6'
ext.okhttpVersion = '4.7.1'
ext.loggingOkhttpVersion = '4.7.1'
ext.okhttpVersion = '4.7.2'
ext.loggingOkhttpVersion = '4.7.2'
ext.slf4jVersion = '1.7.30'
ext.guavaVersion = '29.0-jre'

Expand Down 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 e253c52

Please sign in to comment.