Skip to content

Commit

Permalink
Chore: upgrade to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
efguydan committed Jul 7, 2021
1 parent 29c613a commit 927a3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext.versions = [
buildTools : '30.0.2',
publishGroupID : 'com.cottacush',
publishArtifactID : 'CurrencyEditText',
publishVersion : '0.0.8',
publishVersion : '0.0.9',
publishVersionCode: 1,

gradlePlugin : '4.2.1',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

# Maven Deployment Variables
GROUP=com.cottacush
VERSION_NAME=0.0.8
VERSION_NAME=0.0.9

POM_ARTIFACT_ID=CurrencyEditText
POM_NAME=CurrencyEditText
Expand Down

0 comments on commit 927a3f4

Please sign in to comment.