From e0fd4704b043941b4ddc0f24bc2b7614a6db23f1 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:56:06 -0500 Subject: [PATCH] Support 1.2.53.440.g7b2f582a - See https://github.com/SpotX-Official/SpotX-Bash/commit/046715ae20ea6b541d31c6b265d806032e6a4196 for changes to 1.2.53.x --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1ad6c..19ade06 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.53.438.g246d60c9 + Latest supported version: 1.2.53.440.g7b2f582a

diff --git a/spotx.sh b/spotx.sh index aec0904..622cbd2 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.53.438.g246d60c9" +buildVer="1.2.53.440.g7b2f582a" 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; }