diff --git a/README.md b/README.md index b7a052c..48bc813 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.41.434.g39a25e2c + Latest supported version: 1.2.42.290.g242057a2

diff --git a/spotx.sh b/spotx.sh index 999c0c6..356d08e 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.41.434.g39a25e2c" +buildVer="1.2.42.290.g242057a2" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;