diff --git a/README.md b/README.md index de83f89..fd7895d 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.36.959.g04bf500c + Latest supported version: 1.2.37.701.ge66eb7bc

diff --git a/spotx.sh b/spotx.sh index e3704b6..2e92192 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.36.959.g04bf500c" +buildVer="1.2.37.701.ge66eb7bc" case $(uname | tr '[:upper:]' '[:lower:]') in darwin*) platformType='macOS' ;;