From 37ccc7974f3be5fbd34d85c5f74b05d3808c31a7 Mon Sep 17 00:00:00 2001 From: Christophe Date: Fri, 21 Oct 2022 15:22:48 +0200 Subject: [PATCH] minor release --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afcbc40..d093a54 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ You can import it to your maven or gradle project as a dependency io.camunda camunda-operate-client-java - 1.3.0 + 1.3.1 ``` diff --git a/build.gradle b/build.gradle index eb7bc2d..7be2e87 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.camunda' -version = '1.3.0' +version = '1.3.1' sourceCompatibility = '8' repositories {