Versioning: 25.0

This commit is contained in:
Ming Ming 2021-08-09 04:43:11 +08:00
parent 74b05682a8
commit 5f3e3ef0c3
3 changed files with 5 additions and 3 deletions

View file

@ -75,4 +75,6 @@ This version includes changes that are not compatible with older versions. Pleas
"""24.0 """24.0
- Show and manage deleted files in trash bin - Show and manage deleted files in trash bin
""", """,
// v25
null,
]; ];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page /// Version string shown in settings page
const versionStr = "24.0-674814"; const versionStr = "25.0-74b056";
const version = 240; const version = 250;
/// 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.24.0+2400 version: 1.25.0+2500
environment: environment:
sdk: ">=2.13.0 <3.0.0" sdk: ">=2.13.0 <3.0.0"