From eaf3824400409b5252f338c386cd9a20808f4f64 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Fri, 7 May 2021 17:47:15 +0800 Subject: [PATCH] Versioning: 13.0 --- lib/changelog.dart | 4 ++++ lib/k.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/changelog.dart b/lib/changelog.dart index f65aa155..e86a969e 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -28,4 +28,8 @@ Dark theme null, // v12 null, + // v13 + """13.0 +Added MP4 support (Android only) +""", ]; diff --git a/lib/k.dart b/lib/k.dart index 24ff0a41..9e91e762 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -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); diff --git a/pubspec.yaml b/pubspec.yaml index 2f8df9b9..f0da53a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"