Skip to content

Commit 2ea8768

Browse files
committed
Bump version to 3.12.1
1 parent 12edfb0 commit 2ea8768

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object AppInfo {
1919

2020
private const val VERSION_MAJOR = 3
2121
private const val VERSION_MINOR = 12
22-
private const val VERSION_PATCH = 0
22+
private const val VERSION_PATCH = 1
2323
private const val VERSION_BUILD = 0
2424

2525
val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD)

app/src/main/res/raw/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This version brings the following updates:
2+
3+
* Fix filtering by tag not working as expected with non-english characters
4+
5+
Thank you for using the app!

0 commit comments

Comments
 (0)