From c3d5223b7e93604f8e893697a55edd2a507a28fc Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:35:03 -0500 Subject: [PATCH] Support 1.2.50.334.g0bd5c2a4 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a1d594..12e6ac6 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.49.439.gfae492c7 + Latest supported version: 1.2.50.334.g0bd5c2a4

diff --git a/spotx.sh b/spotx.sh index 3f9559a..9499f0d 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.49.439.gfae492c7" +buildVer="1.2.50.334.g0bd5c2a4" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;