Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Jul 6, 2023
1 parent 4fb1d17 commit aa6b166
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ For the latest version, [MVN Repository](https://mvnrepository.com/artifact/io.i

```gradle
// https://mvnrepository.com/artifact/io.iworkflow/iwf-java-sdk
implementation 'io.iworkflow:iwf-java-sdk:2.1.+'
implementation 'io.iworkflow:iwf-java-sdk:2.2.+'
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation 'io.iworkflow:iwf-java-sdk:2.1.+'
<dependency>
<groupId>io.iworkflow</groupId>
<artifactId>iwf-java-sdk</artifactId>
<version>2.1.+</version>
<version>2.2.+</version>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -121,3 +121,7 @@ Run the command `git submodule update --remote --merge` to update IDL to the lat
### 2.1

- [x] Support caching on persistence

### 2.2

- [x] Support atomic conditional complete workflow by checking signal/internal channel emptiness
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -161,7 +161,7 @@ signing {
}

group = "io.iworkflow"
version = "2.1.2"
version = "2.2.0"

nexusPublishing {
repositories {
Expand Down

0 comments on commit aa6b166

Please sign in to comment.