bump version

This commit is contained in:
Cuong-Tran 2025-02-13 17:43:27 +07:00
parent 6f7543676b
commit 2c5cc8ef19
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ android {
applicationId = "app.komikku"
versionCode = 71
versionName = "1.12.4"
versionName = "1.12.6"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

View file

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