From 0e93bab3264440713dc6fdd3a323061b306fff2c Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Tue, 9 Nov 2021 14:01:47 +0800 Subject: [PATCH] Versioning: 33.0 --- lib/changelog.dart | 2 ++ lib/k.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/changelog.dart b/lib/changelog.dart index 1a77db47..2cb852d6 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -126,4 +126,6 @@ Features: Features: - Enable/disable server app integrations in Settings > Account """, + // v33 + null, ]; diff --git a/lib/k.dart b/lib/k.dart index 934c8366..b4c4241d 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "32.1-e090ca"; -const version = 321; +const versionStr = "33.0-e0e886"; +const version = 330; /// Show a snack bar for a short amount of time const snackBarDurationShort = Duration(seconds: 4); diff --git a/pubspec.yaml b/pubspec.yaml index f135e5dc..148e1ec3 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.32.1+3210 +version: 1.33.0+3300 environment: sdk: ">=2.13.0 <3.0.0"