Versioning: 8.0

This commit is contained in:
Ming Ming 2021-04-20 19:02:46 +08:00
parent bae25768ba
commit 1f2eea6f0c
3 changed files with 7 additions and 3 deletions

View file

@ -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
""",
];

View file

@ -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);

View file

@ -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"