diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 9162ed26..0644d570 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -11,7 +11,7 @@ AppDir: id: oss.krtirtho.spotube name: Spotube icon: spotube-logo - version: 1.2.0 + version: 2.0.0 exec: spotube exec_args: $@ apt: diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index a8c44c70..dd334745 100644 --- a/aur-struct/.SRCINFO +++ b/aur-struct/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = spotube-bin pkgdesc = A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed - pkgver = 1.2.0 + pkgver = 2.0.0 pkgrel = 2 url = https://github.com/KRTirtho/spotube/ arch = x86_64 license = BSD-4-Clause depends = libkeybinder3 - source = https://github.com/KRTirtho/spotube/releases/download/v1.2.0/Spotube-linux-x86_64.tar.xz + source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1 pkgname = spotube-bin diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index f597f57b..2c31dff7 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kingkor Roy Tirtho pkgname=spotube-bin -pkgver=1.2.0 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 epoch= pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" arch=(x86_64) diff --git a/choco-struct/spotube.nuspec b/choco-struct/spotube.nuspec index b0870939..5247617f 100644 --- a/choco-struct/spotube.nuspec +++ b/choco-struct/spotube.nuspec @@ -4,7 +4,7 @@ spotube - 1.2.0 + 2.0.0 https://github.com/KRTirtho/spotube/tree/master/choco-struct Kingkor Roy Tirtho @@ -39,7 +39,7 @@ - Lyrics - Downloadable track (WIP) - https://github.com/KRTirtho/spotube/releases/tag/v1.2.0 + https://github.com/KRTirtho/spotube/releases/tag/v2.0.0 diff --git a/deb-struct/DEBIAN/control b/deb-struct/DEBIAN/control index fa2d35a9..6bc82c11 100644 --- a/deb-struct/DEBIAN/control +++ b/deb-struct/DEBIAN/control @@ -1,5 +1,5 @@ Package: Spotube -Version: 1.2.0 +Version: 2.0.0 Section: sound Priority: optional Architecture: all diff --git a/lib/components/Settings.dart b/lib/components/Settings.dart index 733aac96..0da0d989 100644 --- a/lib/components/Settings.dart +++ b/lib/components/Settings.dart @@ -190,7 +190,7 @@ class Settings extends HookConsumerWidget { ); }), const SizedBox(height: 40), - const Text("Spotube v1.2.0"), + const Text("Spotube v2.0.0"), const SizedBox(height: 10), Row( mainAxisAlignment: MainAxisAlignment.center, diff --git a/linux/com.github.KRTirtho.Spotube.appdata.xml b/linux/com.github.KRTirtho.Spotube.appdata.xml index 15737408..f88223c9 100644 --- a/linux/com.github.KRTirtho.Spotube.appdata.xml +++ b/linux/com.github.KRTirtho.Spotube.appdata.xml @@ -36,6 +36,7 @@ com.github.KRTirtho.Spotube.desktop + diff --git a/pubspec.yaml b/pubspec.yaml index 3a142454..f6d612f2 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.2.0 +version: 2.0.0 environment: sdk: ">=2.15.1 <3.0.0" diff --git a/scripts/windows-setup-creator.iss b/scripts/windows-setup-creator.iss index 3f53d52d..9b271435 100644 --- a/scripts/windows-setup-creator.iss +++ b/scripts/windows-setup-creator.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Spotube" -#define MyAppVersion "1.2.0" +#define MyAppVersion "2.0.0" #define MyAppPublisher "KRTirtho, OSS" #define MyAppURL "https://github.com/KRTirtho/spotube" #define MyAppExeName "spotube.exe" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 7af2e5ab..cbbd750a 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -69,7 +69,7 @@ IDI_APP_ICON ICON "resources\\icon.ico" #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.2.0" +#define VERSION_AS_STRING "2.0.0" #endif VS_VERSION_INFO VERSIONINFO