From 8789dd78ceb8b6bf13be58e9222e517157a50dcb Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 2 Oct 2021 17:57:09 +0800 Subject: [PATCH] Versioning: 30.0 --- lib/changelog.dart | 11 +++++++++++ lib/k.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lib/changelog.dart b/lib/changelog.dart index 4b0057aa..6fb55df8 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -101,5 +101,16 @@ Features: Localization (new/update): - German (by PhilProg) - Spanish (by luckkmaxx) +""", + // v30 + """30.0 +Features: + - Share a single item using a link + - Optimize albums: the JSON files are now much smaller + - Download album/selected items + +Localization (new/update): + - Czech (by Skyhawk) + - Spanish (by luckkmaxx) """, ]; diff --git a/lib/k.dart b/lib/k.dart index b3471634..8bd75cb9 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "29.1-194b1b"; -const version = 291; +const versionStr = "30.0-4efad2"; +const version = 300; /// Show a snack bar for a short amount of time const snackBarDurationShort = Duration(seconds: 4); diff --git a/pubspec.yaml b/pubspec.yaml index f4b9a16c..a1dbb4bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.29.1+2910 +version: 1.30.0+3000 environment: sdk: ">=2.13.0 <3.0.0"