From ebc6a6a3898d44b79630e98ae0afb23fb6aa40bc Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:00:26 -0400 Subject: [PATCH] Support 1.2.40.599.g606b7f29 --- README.md | 2 +- spotx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0be9e96..f93a43d 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.40.592.gb83da72d + Latest supported version: 1.2.40.599.g606b7f29

diff --git a/spotx.sh b/spotx.sh index 533ba02..5ed8910 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.40.592.gb83da72d" +buildVer="1.2.40.599.g606b7f29" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;