Skip to content

Commit

Permalink
- [release] v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 26, 2024
1 parent 2b17bd9 commit c72ae7b
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 @@ -33,7 +33,7 @@ SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
GROUP=com.mikepenz.hypnoticcanvas
VERSION_NAME=0.2.0
VERSION_NAME=0.3.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 @@ -108,8 +108,8 @@ android {

defaultConfig {
applicationId = "com.mikepenz.hypnoticcanvas"
versionCode = 20
versionName = "0.2.0"
versionCode = 30
versionName = "0.3.0"
setProperty("archivesBaseName", "HypnoticCanvas-v$versionName")
}
packaging {
Expand Down

0 comments on commit c72ae7b

Please sign in to comment.