Skip to content

Commit

Permalink
update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jun 4, 2024
1 parent 7b4c2b2 commit 1c86c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "com.joelkanyi.focusbloom.android"
minSdk = 21
targetSdk = compileSdk
versionCode = 4
versionName = "1.0.3"
versionCode = 5
versionName = "1.0.4"
}
buildTypes {
// debug
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
}

group = "com.joelkanyi"
version = "1.0.0"
version = "1.0.4"

compose.desktop {
application {
Expand Down

0 comments on commit 1c86c41

Please sign in to comment.