Versoning: 14.0

This commit is contained in:
Ming Ming 2021-05-09 19:40:09 +08:00
parent 3cc6ba2749
commit fe602f5f61
3 changed files with 5 additions and 3 deletions

View file

@ -32,4 +32,6 @@ Dark theme
"""13.0
Added MP4 support (Android only)
""",
// v14
null,
];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page
const versionStr = "13.0-8ad9fa";
const version = 13;
const versionStr = "14.0-3cc6ba";
const version = 14;
/// 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.13.0+130
version: 1.14.0+140
environment:
sdk: ">=2.10.0 <3.0.0"