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"