Skip to content

Commit

Permalink
chore: update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
BaojunCZ committed May 23, 2019
1 parent 134f2a3 commit a584365
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.24.0](https://github.com/cryptape/cita-sdk-java/compare/v0.23.0...v0.24.0) (2019-05-30)

### Feature

* Support new protocol version 2


# [v0.23.0](https://github.com/cryptape/cita-sdk-java/compare/v0.22.3...v0.23.0) (2019-04-30)

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

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

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

group 'com.cryptape.cita'
version '0.23.0'
version '0.24.0'

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

artifact sourcesJar {
Expand Down

0 comments on commit a584365

Please sign in to comment.