From 2717c0f83fc2e4dcf21e5557c2bb911208e5f6c3 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:10:37 -0400 Subject: [PATCH] Support v1.2.34.783.g923721d9 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e1b44..9123ae0 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.33.1042.g26c92729 + Latest supported version: 1.2.34.783.g923721d9

diff --git a/spotx.sh b/spotx.sh index 12d21c1..fae2ab2 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.33.1042.g26c92729" +buildVer="1.2.34.783.g923721d9" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;