Skip to content

Commit d3deb08

Browse files
committed
chore: update version to v0.22.1
1 parent b2933e1 commit d3deb08

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
All notable changes to this project will be documented in this file.
22

3+
# [v0.22.1](https://github.com/cryptape/cita-sdk-java/compare/v0.22...v0.22.1) (2019-03-29)
4+
5+
### Feature
6+
7+
* update RPC request cases
8+
* fix block response parse bug
9+
310
# [v0.22](https://github.com/cryptape/cita-sdk-java/compare/v0.21...v0.22) (2019-03-28)
411

512
### BREAKING CHANGES

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ maven
2727
<dependency>
2828
<groupId>com.cryptape.cita</groupId>
2929
<artifactId>core</artifactId>
30-
<version>0.21</version>
30+
<version>0.22.1</version>
3131
</dependency>
3232
```
3333
Gradle
3434
```
35-
compile 'com.cryptape.cita:core:0.21'
35+
compile 'com.cryptape.cita:core:0.22.1'
3636
```
3737

3838
Install manually
@@ -161,12 +161,12 @@ Gradle 4.3
161161
<dependency>
162162
<groupId>com.cryptape.cita</groupId>
163163
<artifactId>core</artifactId>
164-
<version>0.21</version>
164+
<version>0.22.1</version>
165165
</dependency>
166166
```
167167
Gradle
168168
```
169-
compile 'com.cryptape.cita:core:0.21'
169+
compile 'com.cryptape.cita:core:0.22.1'
170170
```
171171

172172
手动安装

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
targetCompatibility = 1.8
4747

4848
group 'com.cryptape.cita'
49-
version '0.22'
49+
version '0.22.1'
5050

5151
apply plugin: 'java'
5252
apply plugin: 'jacoco'
@@ -142,7 +142,7 @@ configure(subprojects.findAll {it.name != 'integration-tests'}) {
142142
publications {
143143
mavenJava(MavenPublication) {
144144
groupId 'com.cryptape.cita'
145-
version '0.22'
145+
version '0.22.1'
146146
from components.java
147147

148148
artifact sourcesJar {

0 commit comments

Comments
 (0)