From 704b4f83c8c0ca4e5fbd8e3cd151c2308e1af4bd Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:53:53 -0500 Subject: [PATCH] Support 1.2.83.456.g111afea6 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4fa3e..f011623 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.83.453.g1fae877b + Latest supported version: 1.2.83.456.g111afea6

diff --git a/spotx.sh b/spotx.sh index a8e300f..a5dd4be 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.83.453.g1fae877b" +buildVer="1.2.83.456.g111afea6" 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; }