diff --git a/README.md b/README.md index 2241a5e..45fd403 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ You can import it to your maven or gradle project as a dependency io.camunda camunda-operate-client-java - 1.3.3 + 1.3.4 ``` diff --git a/build.gradle b/build.gradle index 43fa993..512ad7b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.camunda' -version = '1.3.3' +version = '1.3.4' sourceCompatibility = '8' repositories {