Skip to content

Commit 70e1657

Browse files
committed
Bump version to 3.12.0
1 parent 4832ee1 commit 70e1657

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ object AppInfo {
1818
const val APPLICATION_ID = "com.fibelatti.pinboard"
1919

2020
private const val VERSION_MAJOR = 3
21-
private const val VERSION_MINOR = 11
22-
private const val VERSION_PATCH = 5
21+
private const val VERSION_MINOR = 12
22+
private const val VERSION_PATCH = 0
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This version brings the following updates:
2+
3+
* Advanced search parameters to match all or any terms
4+
* New option to export the local bookmark cache
5+
* Small UI tweaks to improve the information hierarchy
6+
7+
Thank you for using the app!

0 commit comments

Comments
 (0)