From a0df4fcaace5efc1b58acd39b2c4d1750bb81057 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:37:11 -0400 Subject: [PATCH] Support 1.2.67.560.g46a15f6b --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef578d8..d080fa5 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.67.557.g2d9c92d2 + Latest supported version: 1.2.67.560.g46a15f6b

diff --git a/spotx.sh b/spotx.sh index 1721d4e..9a50148 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.67.557.g2d9c92d2" +buildVer="1.2.67.560.g46a15f6b" 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; }