From 1f2eea6f0c75269b8ed313ea57fa72755ab24398 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Tue, 20 Apr 2021 19:02:46 +0800 Subject: [PATCH] Versioning: 8.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 0cf3d2ac..abec003a 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -15,5 +15,9 @@ const contents = [ """1.7.0 Added HEIC support Fixed a bug that corrupted the albums. Please re-add the photos after upgrading. Sorry for your inconvenience +""", + // v8 + """1.8.0 +Dark theme """, ]; diff --git a/lib/k.dart b/lib/k.dart index 61398fe4..4245cb47 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "7.0-26bd5a"; -const version = 7; +const versionStr = "8.0-bae257"; +const version = 8; /// 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 fcd4982b..5eb85124 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.7.0+70 +version: 1.8.0+80 environment: sdk: ">=2.10.0 <3.0.0"