From 730ea89a66451530799e657bbc5cef0688d261b4 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:32:09 +0300 Subject: [PATCH] version bump to 1.2.88.484 --- .gitignore | 1 + run.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c317064 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +AGENTS.md diff --git a/run.ps1 b/run.ps1 index 91a3cf1..1b97876 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2,7 +2,7 @@ param ( [Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')] - [string]$latest_full = "1.2.88.483.g8aa8628e", + [string]$latest_full = "1.2.88.484.g3a9ab868", [Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')] [string]$last_win7_full = "1.2.5.1006.g22820f93",