Skip to content

Commit

Permalink
Bump version 2024.10.1054-dev to 2024.10.1055
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Oct 2, 2024
1 parent c766240 commit 5502b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "com.capyreader.app"
minSdk = 30
targetSdk = 35
versionCode = 1054
versionName = "2024.10.1054-dev"
versionCode = 1055
versionName = "2024.10.1055"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2024.10.1054-dev"
current_version = "2024.10.1055"
version_pattern = "YYYY.0M.BUILD[-TAG]"
commit_message = "Bump version {old_version} to {new_version}"
commit = true
Expand Down

0 comments on commit 5502b5a

Please sign in to comment.