diff --git a/lib/changelog.dart b/lib/changelog.dart index f8b7fdff..01912e20 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -65,4 +65,6 @@ This version includes changes that are not compatible with older versions. Pleas """, // v21 null, + // v22 + null, ]; diff --git a/lib/k.dart b/lib/k.dart index 649581e2..94c70627 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -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); diff --git a/pubspec.yaml b/pubspec.yaml index c1376d38..1066106f 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.21.4+2140 +version: 1.22.0+2200 environment: sdk: ">=2.10.0 <3.0.0"