From db5cb9a1ca70f35fb5cdfba2a7421a5f5258b48c Mon Sep 17 00:00:00 2001 From: nrobi144 Date: Fri, 7 Jan 2022 11:54:50 +0200 Subject: [PATCH] Increment version to "0.1.1" --- build.gradle | 2 +- teslauth/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e2f1feb..59c31a3 100644 --- a/build.gradle +++ b/build.gradle @@ -22,4 +22,4 @@ plugins { apply from: "${rootDir}/scripts/publish-root.gradle" group = "energy.octopus" -version = "0.1" \ No newline at end of file +version = "0.1.1" \ No newline at end of file diff --git a/teslauth/build.gradle b/teslauth/build.gradle index 2bb9666..4fd936d 100644 --- a/teslauth/build.gradle +++ b/teslauth/build.gradle @@ -55,7 +55,7 @@ dependencies { ext { PUBLISH_GROUP_ID = 'energy.octopus' - PUBLISH_VERSION = '0.1' + PUBLISH_VERSION = '0.1.1' PUBLISH_ARTIFACT_ID = 'tesla-android-auth' }