diff --git a/lib/changelog.dart b/lib/changelog.dart index e86a969e..960c4baa 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -32,4 +32,6 @@ Dark theme """13.0 Added MP4 support (Android only) """, + // v14 + null, ]; diff --git a/lib/k.dart b/lib/k.dart index 9e91e762..7f93b257 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -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); diff --git a/pubspec.yaml b/pubspec.yaml index cfacddb1..57b38bb1 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.13.0+130 +version: 1.14.0+140 environment: sdk: ">=2.10.0 <3.0.0"