Versioning: 27.0

This commit is contained in:
Ming Ming 2021-08-28 20:00:45 +08:00
parent d9370ad3c7
commit 5c1d19a50f
3 changed files with 7 additions and 3 deletions

View file

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

View file

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

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.26.0+2600
version: 1.27.0+2700
environment:
sdk: ">=2.13.0 <3.0.0"