Versioning: 27.1

This commit is contained in:
Ming Ming 2021-08-29 02:49:14 +08:00
parent bbe7d20e31
commit 373f01e938
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page
const versionStr = "27.0-d9370a";
const version = 270;
const versionStr = "27.1-bbe7d2";
const version = 271;
/// 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.27.0+2700
version: 1.27.1+2710
environment:
sdk: ">=2.13.0 <3.0.0"