Skip to content

Commit

Permalink
Bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 22, 2024
1 parent 91a5811 commit 4d39019
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -25,7 +25,7 @@ object AppInfo {

private const val VERSION_MAJOR = 3
private const val VERSION_MINOR = 3
private const val VERSION_PATCH = 0
private const val VERSION_PATCH = 1
private const val VERSION_BUILD = 0

val versionCode: Int =
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3030100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Version 3.3.1 updates:

* New bookmark quick actions to copy and paste tags
* Keep pending changes when the server cannot be reached
* Revised edge-to-edge implementation

Your feedback is always welcome — visit our project page to contribute!

Thanks for using Pinkt!

0 comments on commit 4d39019

Please sign in to comment.