Skip to content

Commit

Permalink
Increment version to "0.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobi144 committed Jan 7, 2022
1 parent ea99e83 commit db5cb9a
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"
version = "0.1.1"
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'
PUBLISH_VERSION = '0.1.1'
PUBLISH_ARTIFACT_ID = 'tesla-android-auth'
}

Expand Down

0 comments on commit db5cb9a

Please sign in to comment.