From 7703095f87a9cbc3f9a6e27967956c43de2a8268 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Tue, 16 Aug 2022 14:39:07 +0800 Subject: [PATCH] Versioning: 48.2 --- app/lib/k.dart | 4 ++-- app/lib/widget/changelog.dart | 1 + app/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/lib/k.dart b/app/lib/k.dart index 030556c3..c967da7e 100644 --- a/app/lib/k.dart +++ b/app/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "48.1"; -const version = 481; +const versionStr = "48.2"; +const version = 482; /// Show a snack bar for a short amount of time const snackBarDurationShort = Duration(seconds: 4); diff --git a/app/lib/widget/changelog.dart b/app/lib/widget/changelog.dart index 50ef7683..3b281fe8 100644 --- a/app/lib/widget/changelog.dart +++ b/app/lib/widget/changelog.dart @@ -127,6 +127,7 @@ List _buildChangelog480(BuildContext context) { _subSectionHighlight("IMPORTANT"), _bulletGroup( const Text("Favorites and People are relocated to the Search tab")), + _sectionPadding(), _subSection("Improvements"), _bulletGroup(const Text("Search")), _sectionPadding(), diff --git a/app/pubspec.yaml b/app/pubspec.yaml index d8e24bc6..8f212131 100644 --- a/app/pubspec.yaml +++ b/app/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.48.1+4810 +version: 1.48.2+4820 environment: sdk: ">=2.17.0 <3.0.0"