Skip to content

Commit

Permalink
minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Oct 21, 2022
1 parent f3c4be5 commit 37ccc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can import it to your maven or gradle project as a dependency
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-operate-client-java</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'io.camunda'
version = '1.3.0'
version = '1.3.1'
sourceCompatibility = '8'

repositories {
Expand Down

0 comments on commit 37ccc79

Please sign in to comment.