Skip to content

Commit

Permalink
- [release] v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 11, 2024
1 parent bbe031f commit 8057e1f
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.4
VERSION_NAME=0.0.5
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 = 4
versionName = "0.0.4"
versionCode = 5
versionName = "0.0.5"
setProperty("archivesBaseName", "HypnoticCanvas-v$versionName")
}
packaging {
Expand Down

0 comments on commit 8057e1f

Please sign in to comment.