From 284fc5a17179b6a86cd354d0095b52609323ef42 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:47:09 -0400 Subject: [PATCH] Support 1.2.48.405.gf2c48e6f --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2527f8..be8758c 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.48.404.g4bec9359 + Latest supported version: 1.2.48.405.gf2c48e6f

diff --git a/spotx.sh b/spotx.sh index 8d234e3..2c216d5 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.48.404.g4bec9359" +buildVer="1.2.48.405.gf2c48e6f" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;