Versioning: 13.0

This commit is contained in:
Ming Ming 2021-05-07 17:47:15 +08:00
parent 8ad9fab1de
commit eaf3824400
3 changed files with 7 additions and 3 deletions

View file

@ -28,4 +28,8 @@ Dark theme
null,
// v12
null,
// v13
"""13.0
Added MP4 support (Android only)
""",
];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page
const versionStr = "12.0-391226";
const version = 12;
const versionStr = "13.0-8ad9fa";
const version = 13;
/// 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.12.0+120
version: 1.13.0+130
environment:
sdk: ">=2.10.0 <3.0.0"