From 0031fb9f0d5bd005fa169626c3fde8805aa2d793 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Tue, 17 Aug 2021 22:20:33 +0800 Subject: [PATCH] Versioning: 26.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 4f21ad95..eb14dc33 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -77,4 +77,8 @@ This version includes changes that are not compatible with older versions. Pleas """, // v25 null, + // v26 + """26.0 +- Pick album cover (open a photo in an album -> details -> use as cover) +""", ]; diff --git a/lib/k.dart b/lib/k.dart index 338eb90c..1de0b1dc 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "25.1-f07e64"; -const version = 251; +const versionStr = "26.0-047f92"; +const version = 260; /// 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 1315afc1..2aac7c1c 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.25.1+2510 +version: 1.26.0+2600 environment: sdk: ">=2.13.0 <3.0.0"