From d41bb67052eb3346bff152014b88f58a02490296 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:59:00 -0500 Subject: [PATCH] Support 1.2.84.472.g6eba3a1b --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7638d..7c6988a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

Adblock for the Spotify desktop client on Linux & macOS

- Latest supported version: 1.2.84.465.gf71dea39 + Latest supported version: 1.2.84.472.g6eba3a1b

diff --git a/spotx.sh b/spotx.sh index 9e13f37..a5a0e76 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.84.465.gf71dea39" +buildVer="1.2.84.472.g6eba3a1b" command -v perl >/dev/null || { echo -e "\n${red}Error:${clr} perl command not found.\nInstall perl on your system then try again.\n" >&2; exit 1; }