From 08b00cf6892ed76d9b4ee3c0cdd401362ad7d99b Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 23 Sep 2025 08:45:16 -0400 Subject: [PATCH] Support 1.2.73.474.g7b30bb2b --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadf8c6..b44adb5 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.73.468.ga3576127 + Latest supported version: 1.2.73.474.g7b30bb2b

diff --git a/spotx.sh b/spotx.sh index 5b00c54..d178892 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.73.468.ga3576127" +buildVer="1.2.73.474.g7b30bb2b" 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; }