From 05db02ec9eaf341544ff6e51163159678c1404ea Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:48:19 -0400 Subject: [PATCH] Support 1.2.36.955.gd8cc9372 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 957759e..a574158 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.35.663.gb699649e + Latest supported version: 1.2.36.955.gd8cc9372

diff --git a/spotx.sh b/spotx.sh index e161e86..5cacf9b 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.35.663.gb699649e" +buildVer="1.2.36.955.gd8cc9372" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;