Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Jul 1, 2024
1 parent cc0dea6 commit 0dba9c9
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -21,8 +21,8 @@ object AppInfo {
const val APP_NAME = "Pinkt"
const val APPLICATION_ID = "com.fibelatti.pinboard"

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

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3000000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This major release brings initial support for using Pinkt for Linkding, a self-hosted bookmark manager.

* Browser and manage your existing bookmarks
* Add new ones by sharing them directly to the app
* All existing Pinkt features at your disposal, now for Linkding users as well

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

Thanks for using Pinkt!

0 comments on commit 0dba9c9

Please sign in to comment.