From bfd07df616bb656f4990b15996c7e1c4f5a9ebc6 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:57:47 -0500 Subject: [PATCH] Support 1.2.56.502.ga68d2d4f --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b5b39..9cb086e 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.56.497.g3da60fab + Latest supported version: 1.2.56.502.ga68d2d4f

diff --git a/spotx.sh b/spotx.sh index 963554c..915ff9c 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.56.497.g3da60fab" +buildVer="1.2.56.502.ga68d2d4f" 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; }