Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Jan 19, 2025
1 parent ad93d2a commit 8139e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object AppInfo {
const val APPLICATION_ID = "com.fibelatti.pinboard"

private const val VERSION_MAJOR = 3
private const val VERSION_MINOR = 4
private const val VERSION_PATCH = 2
private const val VERSION_MINOR = 5
private const val VERSION_PATCH = 0
private const val VERSION_BUILD = 0

val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD)
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3050000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This version brings the following updates:

* New setting to customize the bookmark quick actions menu
* New setting to automatically remove specified URL parameters before saving
* Fix an issue that would sometimes prevent editing the bookmark title

Feedback and suggestions are always welcome, thank you for using the app!

0 comments on commit 8139e64

Please sign in to comment.