Skip to content

Commit

Permalink
Bump version to "0.1.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobi144 committed Feb 11, 2022
1 parent 8aa10c1 commit a8765b6
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.3"
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.2'
PUBLISH_VERSION = '0.1.3'
PUBLISH_ARTIFACT_ID = 'tesla-android-auth'
}

Expand Down

0 comments on commit a8765b6

Please sign in to comment.