Versioning: 28.0

This commit is contained in:
Ming Ming 2021-09-05 01:15:25 +08:00
parent 7c2fed344c
commit 7b319e0d78
3 changed files with 8 additions and 3 deletions

View file

@ -84,5 +84,10 @@ This version includes changes that are not compatible with older versions. Pleas
// v27 // v27
"""27.0 """27.0
- New settings to customize photo viewer - New settings to customize photo viewer
""",
// v28
"""28.0
- New settings:
- Follow system dark theme settings (Android 10+)
""", """,
]; ];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page /// Version string shown in settings page
const versionStr = "27.1-bbe7d2"; const versionStr = "28.0-34ec0e";
const version = 271; const version = 280;
/// Show a snack bar for a short amount of time /// Show a snack bar for a short amount of time
const snackBarDurationShort = const Duration(seconds: 4); 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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.27.1+2710 version: 1.28.0+2800
environment: environment:
sdk: ">=2.13.0 <3.0.0" sdk: ">=2.13.0 <3.0.0"