From 9a6b3fb8412ef47f985257c8bff5862866420ce6 Mon Sep 17 00:00:00 2001 From: Rafael Acevedo Date: Thu, 25 Apr 2024 14:52:23 -0300 Subject: [PATCH] Bump version to 2.6.2 (#216) --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 925c442..2fdb485 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ And then download the artifact incognia-api-client com.incognia incognia-api-client - 2.6.1 + 2.6.2 ``` @@ -39,7 +39,7 @@ repositories { And then add the dependency ```gradle dependencies { - implementation 'com.incognia:incognia-api-client:2.6.1' + implementation 'com.incognia:incognia-api-client:2.6.2' } ``` We support Java 8+. diff --git a/build.gradle b/build.gradle index b922dcd..be53bf2 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = "com.incognia" -version = "2.6.1" +version = "2.6.2" task createProjectVersionFile { def projectVersionDir = "$projectDir/src/main/java/com/incognia/api"