diff --git a/app/build.gradle.kts b/app/build.gradle.kts index efb7c574..688d6048 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/3000000.txt b/fastlane/metadata/android/en-US/changelogs/3000000.txt new file mode 100644 index 00000000..51c641a8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3000000.txt @@ -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!