From f6e102798220026f54b2bb387fb3c4b96aaf9c57 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:28:55 -0400 Subject: [PATCH] Support 1.2.59.515.g1e7f93a9 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9c9953..a22b20f 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.59.514.g834e17d4 + Latest supported version: 1.2.59.515.g1e7f93a9

diff --git a/spotx.sh b/spotx.sh index 16a4df8..9b90892 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.59.514.g834e17d4" +buildVer="1.2.59.515.g1e7f93a9" 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; }