Versioning: 22.0

This commit is contained in:
Ming Ming 2021-07-17 23:43:35 +08:00
parent c2d2bb694b
commit 92416aee16
3 changed files with 5 additions and 3 deletions

View file

@ -65,4 +65,6 @@ This version includes changes that are not compatible with older versions. Pleas
""",
// v21
null,
// v22
null,
];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page
const versionStr = "21.4-f762eb";
const version = 214;
const versionStr = "22.0-c2d2bb";
const version = 220;
/// 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.21.4+2140
version: 1.22.0+2200
environment:
sdk: ">=2.10.0 <3.0.0"