Skip to content

Commit c26d450

Browse files
committed
Bump version 2026.01.1187 to 2026.01.1188
1 parent 780ade2 commit c26d450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId = "com.capyreader.app"
3030
minSdk = 30
3131
targetSdk = 36
32-
versionCode = 1187
33-
versionName = "2026.01.1187"
32+
versionCode = 1188
33+
versionName = "2026.01.1188"
3434

3535
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3636
vectorDrawables {

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "2026.01.1187"
2+
current_version = "2026.01.1188"
33
version_pattern = "YYYY.0M.BUILD[-TAG]"
44
commit_message = "Bump version {old_version} to {new_version}"
55
commit = true

0 commit comments

Comments
 (0)