From 5c1d19a50fef4fe49e7819cb262a8f07daae9bda Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 28 Aug 2021 20:00:45 +0800 Subject: [PATCH] Versioning: 27.0 --- lib/changelog.dart | 4 ++++ lib/k.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/changelog.dart b/lib/changelog.dart index eb14dc33..5726a7ef 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -80,5 +80,9 @@ This version includes changes that are not compatible with older versions. Pleas // v26 """26.0 - Pick album cover (open a photo in an album -> details -> use as cover) +""", + // v27 + """27.0 +- New settings to customize photo viewer """, ]; diff --git a/lib/k.dart b/lib/k.dart index 1de0b1dc..c84a09c1 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "26.0-047f92"; -const version = 260; +const versionStr = "27.0-d9370a"; +const version = 270; /// Show a snack bar for a short amount of time const snackBarDurationShort = const Duration(seconds: 4); diff --git a/pubspec.yaml b/pubspec.yaml index 8e978022..add500ac 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.26.0+2600 +version: 1.27.0+2700 environment: sdk: ">=2.13.0 <3.0.0"