Skip to content

Commit

Permalink
Increment version to "0.1.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobi144 committed Jan 10, 2022
1 parent 775a4f7 commit 15dde2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ plugins {
apply from: "${rootDir}/scripts/publish-root.gradle"

group = "energy.octopus"
version = "0.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion teslauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'energy.octopus'
PUBLISH_VERSION = '0.1.1'
PUBLISH_VERSION = '0.1.2'
PUBLISH_ARTIFACT_ID = 'tesla-android-auth'
}

Expand Down

0 comments on commit 15dde2b

Please sign in to comment.