Skip to content

Commit 2c5cc8e

Browse files
committed
bump version
1 parent 6f75436 commit 2c5cc8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId = "app.komikku"
3232

3333
versionCode = 71
34-
versionName = "1.12.4"
34+
versionName = "1.12.6"
3535

3636
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3737
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

app/src/main/res/raw/changelog_release.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3-
<changelogversion versionName="1.12.5" changeDate="February 13, 2025">
3+
<changelogversion versionName="1.12.6" changeDate="February 14, 2025">
44
<changelogtext>[b]Fix:[/b] crash due to extensions destructuring MangasPage</changelogtext>
55
</changelogversion>
66
<changelogversion versionName="1.12.4" changeDate="February 01, 2025">

0 commit comments

Comments
 (0)