Skip to content

Commit

Permalink
- [release] v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed May 9, 2024
1 parent 5b4de06 commit 6697db4
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=S01
RELEASE_SIGNING_ENABLED=true
GROUP=com.mikepenz.hypnoticcanvas
VERSION_NAME=0.0.5
VERSION_NAME=0.1.0
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 @@ -102,8 +102,8 @@ android {

defaultConfig {
applicationId = "com.mikepenz.hypnoticcanvas"
versionCode = 5
versionName = "0.0.5"
versionCode = 10
versionName = "0.1.0"
setProperty("archivesBaseName", "HypnoticCanvas-v$versionName")
}
packaging {
Expand Down

0 comments on commit 6697db4

Please sign in to comment.