From 1643199e3b2065550ffba22727f9ff954bb90a70 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:37:26 -0500 Subject: [PATCH] Support 1.2.26.1187.g36b715a1 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ba21d8..fa3064c 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.26.1180.g6af55bfb + Latest supported version: 1.2.26.1187.g36b715a1

diff --git a/spotx.sh b/spotx.sh index e3c8b97..afc516e 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.26.1180.g6af55bfb" +buildVer="1.2.26.1187.g36b715a1" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;