Skip to content

Commit

Permalink
update version and changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
UDLD committed Oct 16, 2019
1 parent 46d7ec8 commit 517d1b3
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.25.0](https://github.com/cryptape/cita-sdk-java/compare/v0.24.1...v0.25.0) (2019-08-27)

### Feature

* add queryGroups RPC request
* add newGroup RPC request

# [v0.24.1](https://github.com/cryptape/cita-sdk-java/compare/v0.24.0...v0.24.1) (2019-08-16)

### 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.24.1</version>
<version>0.25.0</version>
</dependency>
```
Gradle
```
compile 'com.cryptape.cita:core:0.24.1'
compile 'com.cryptape.cita:core:0.25.0'
```

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

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

group 'com.cryptape.cita'
version '0.24.1'
version '0.25.0'

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

artifact sourcesJar {
Expand Down

0 comments on commit 517d1b3

Please sign in to comment.