From 1432357f4806b2da7864a6a1bac0829798d0d316 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:23:59 -0400 Subject: [PATCH] Support 1.2.74.471.g95134d25 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce21a16..28247df 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.74.462.g16b80659 + Latest supported version: 1.2.74.471.g95134d25

diff --git a/spotx.sh b/spotx.sh index 08cf307..5559c23 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.74.462.g16b80659" +buildVer="1.2.74.471.g95134d25" 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; }