Skip to content

Commit

Permalink
Bump version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Jan 11, 2025
1 parent c40fa9e commit fd91e5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object AppInfo {

private const val VERSION_MAJOR = 3
private const val VERSION_MINOR = 4
private const val VERSION_PATCH = 1
private const val VERSION_PATCH = 2
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
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3040200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This version brings the following updates:

* UI: Fixes an issue where the bottom bar would remain hidden after scrolling
* Pinboard: update the popular posts screen
* Pinboard: handle the bad API response when editing a bookmark
* Linkding: update handling when saving a bookmark fails

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

0 comments on commit fd91e5a

Please sign in to comment.