Bumped version to v2.2.1 for release

Change Logs added for v2.2.1
This commit is contained in:
Kingkor Roy Tirtho 2022-06-09 18:55:23 +06:00
parent b6289557af
commit 29697d5ae5
3 changed files with 13 additions and 2 deletions

View File

@ -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 # v2.2.0
### New ### New

View File

@ -26,7 +26,7 @@ class About extends HookWidget {
final info = usePackageInfo( final info = usePackageInfo(
appName: "Spotube", appName: "Spotube",
packageName: "oss.krtirtho.Spotube", packageName: "oss.krtirtho.Spotube",
version: "2.2.0"); version: "2.2.1");
return ListTile( return ListTile(
title: const Text("About Spotube"), title: const Text("About Spotube"),

View File

@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.2.0+10 version: 2.2.1+11
environment: environment:
sdk: ">=2.15.1 <3.0.0" sdk: ">=2.15.1 <3.0.0"