Skip to content

Commit

Permalink
chore: update version to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Mar 28, 2019
1 parent b2933e1 commit d3deb08
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
All notable changes to this project will be documented in this file.

# [v0.22.1](https://github.com/cryptape/cita-sdk-java/compare/v0.22...v0.22.1) (2019-03-29)

### Feature

* update RPC request cases
* fix block response parse bug

# [v0.22](https://github.com/cryptape/cita-sdk-java/compare/v0.21...v0.22) (2019-03-28)

### BREAKING CHANGES
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ maven
<dependency>
<groupId>com.cryptape.cita</groupId>
<artifactId>core</artifactId>
<version>0.21</version>
<version>0.22.1</version>
</dependency>
```
Gradle
```
compile 'com.cryptape.cita:core:0.21'
compile 'com.cryptape.cita:core:0.22.1'
```

Install manually
Expand Down Expand Up @@ -161,12 +161,12 @@ Gradle 4.3
<dependency>
<groupId>com.cryptape.cita</groupId>
<artifactId>core</artifactId>
<version>0.21</version>
<version>0.22.1</version>
</dependency>
```
Gradle
```
compile 'com.cryptape.cita:core:0.21'
compile 'com.cryptape.cita:core:0.22.1'
```

手动安装
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
targetCompatibility = 1.8

group 'com.cryptape.cita'
version '0.22'
version '0.22.1'

apply plugin: 'java'
apply plugin: 'jacoco'
Expand Down Expand Up @@ -142,7 +142,7 @@ configure(subprojects.findAll {it.name != 'integration-tests'}) {
publications {
mavenJava(MavenPublication) {
groupId 'com.cryptape.cita'
version '0.22'
version '0.22.1'
from components.java

artifact sourcesJar {
Expand Down

0 comments on commit d3deb08

Please sign in to comment.