Skip to content

Commit

Permalink
- [release] v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 9, 2024
1 parent a5f7e4e commit d98c086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=com.mikepenz.hypnoticcanvas
VERSION_NAME=0.0.1
VERSION_NAME=0.0.2
POM_DESCRIPTION=HypnoticCanvas
POM_URL=https://github.com/mikepenz/HypnoticCanvas/
POM_SCM_URL=https://github.com/mikepenz/HypnoticCanvas/
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ android {

defaultConfig {
applicationId = "com.mikepenz.hypnoticcanvas"
versionCode = 1
versionName = "0.0.1"
versionCode = 2
versionName = "0.0.2"
setProperty("archivesBaseName", "HypnoticCanvas-v$versionName")
}
packaging {
Expand Down

0 comments on commit d98c086

Please sign in to comment.