From 5ac0348d3747315ce57130e195fb54a17524d899 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:43:08 -0400 Subject: [PATCH] Support 1.2.22.982.g794acc0a --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3729565..b6c347c 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.22.980.g8c845482 + Latest supported version: 1.2.22.982.g794acc0a

diff --git a/spotx.sh b/spotx.sh index 2f60063..8e5bb8a 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.22.980.g8c845482" +buildVer="1.2.22.982.g794acc0a" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;