From 29697d5ae5114ee71754af7aad3d3a7fc3987c0c Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Thu, 9 Jun 2022 18:55:23 +0600 Subject: [PATCH] Bumped version to v2.2.1 for release Change Logs added for v2.2.1 --- CHANGELOG.md | 11 +++++++++++ lib/components/Settings/About.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6aa75f..9235d6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2.2.1 + +### Improved +- Page transitions defaulted to material you design + +### Bug fixes +- Mini Player flickering on random state updates +- Track More Options not showing when not logged in +- Wrong link to Client ID & Client Secret tutorial in Login page +- Changing preferences in Settings resets the entire Playback + # v2.2.0 ### New diff --git a/lib/components/Settings/About.dart b/lib/components/Settings/About.dart index 33ed7b88..a4406c43 100644 --- a/lib/components/Settings/About.dart +++ b/lib/components/Settings/About.dart @@ -26,7 +26,7 @@ class About extends HookWidget { final info = usePackageInfo( appName: "Spotube", packageName: "oss.krtirtho.Spotube", - version: "2.2.0"); + version: "2.2.1"); return ListTile( title: const Text("About Spotube"), diff --git a/pubspec.yaml b/pubspec.yaml index d4e49719..b84ae6dc 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: 2.2.0+10 +version: 2.2.1+11 environment: sdk: ">=2.15.1 <3.0.0"