diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index a5df9284..321b63a4 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -11,7 +11,7 @@ AppDir: id: oss.krtirtho.spotube name: Spotube icon: spotube-logo - version: 1.0.1 + version: 1.1.0 exec: spotube exec_args: $@ apt: diff --git a/README.md b/README.md index 768c5c4c..3ca52816 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ All the binaries are located in the [releases](https://github.com/krtirtho/spotu ## Windows -Download the [setup file](https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-windows-x86_64-setup.exe) & follow along the installer +Download the [setup file](https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-windows-x86_64-setup.exe) & follow along the installer ### Chocolatey @@ -45,7 +45,7 @@ winget install --id KRTirtho.Spotube ## Linux ### Ubuntu/Debian/Linux Mint/Pop_!OS: - Download the [Spotube-linux-x86_64.deb](https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-linux-x86_64.deb) then double click it or run + Download the [Spotube-linux-x86_64.deb](https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.deb) then double click it or run ```bash $ sudo apt install Spotube-linux-x86_64.deb # or @@ -65,7 +65,7 @@ winget install --id KRTirtho.Spotube ### Others: - Download the [Spotube-linux-x86_64.AppImage](https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-linux-x86_64.AppImage) file & double click to run it. AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed + Download the [Spotube-linux-x86_64.AppImage](https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.AppImage) file & double click to run it. AppImages require [appimage-launcher](https://github.com/TheAssassin/AppImageLauncher) to be installed **I'll/try to upload the package binaries to linux debian/arch/ubuntu/snap/flatpack/redhat/chocolatey stores or software centers or repositories** diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index 2b270141..e5b4f7d0 100644 --- a/aur-struct/.SRCINFO +++ b/aur-struct/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = spotube pkgdesc = A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed - pkgver = 1.0.1 - pkgrel = 2 + pkgver = 1.1.0 + pkgrel = 1 url = https://github.com/KRTirtho/spotube/ arch = x86_64 license = BSD 4-Clause depends = libkeybinder3 - source = https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-linux-x86_64.tar.xz + source = https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.tar.xz md5sums = 44f79f93ddaf6f0c4e7d133d2fe34bde pkgname = spotube diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 38e8bca5..528fff5d 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kingkor Roy Tirtho pkgname=spotube -pkgver=1.0.1 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 epoch= pkgdesc="A lightweight free Spotify desktop-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 b4d7bd4c..4573fb6b 100644 --- a/choco-struct/spotube.nuspec +++ b/choco-struct/spotube.nuspec @@ -4,7 +4,7 @@ spotube - 1.0.1 + 1.1.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.0.1 + https://github.com/KRTirtho/spotube/releases/tag/v1.1.0 diff --git a/deb-struct/DEBIAN/control b/deb-struct/DEBIAN/control index ccef52b7..fbb93a80 100644 --- a/deb-struct/DEBIAN/control +++ b/deb-struct/DEBIAN/control @@ -1,5 +1,5 @@ Package: Spotube -Version: 1.0.1 +Version: 1.1.0 Section: sound Priority: optional Architecture: all diff --git a/pubspec.yaml b/pubspec.yaml index 8b4b1f34..27a59888 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.0.1 +version: 1.1.0 environment: sdk: ">=2.15.1 <3.0.0" diff --git a/scripts/windows-setup-creator.iss b/scripts/windows-setup-creator.iss index 6d3c4664..9062a91d 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.0.1" +#define MyAppVersion "1.1.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 f39d8585..8b131109 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.0.1" +#define VERSION_AS_STRING "1.1.0" #endif VS_VERSION_INFO VERSIONINFO