Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Sep 6, 2023
1 parent a3b1abd commit 69a847a
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -20,7 +20,7 @@ object AppInfo {
const val applicationId = "com.fibelatti.pinboard"

private const val versionMajor = 2
private const val versionMinor = 0
private const val versionMinor = 1
private const val versionPatch = 0
private const val versionBuild = 0

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2010000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Prevent screenshots: explore this new menu option to disable screenshots and screen recordings while using the app
- Fix the navigation bar overlaying the app UI on Android 11 and below

Feedback and suggestions are always welcome, visit the project page to contribute!

Thanks for using Pinkt!

0 comments on commit 69a847a

Please sign in to comment.