diff --git a/README.md b/README.md index 7263029..0483795 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.61.443.gc51c574b + Latest supported version: 1.2.62.580.gb27ad23e

diff --git a/spotx.sh b/spotx.sh index 852eef3..4fad767 100644 --- a/spotx.sh +++ b/spotx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -buildVer="1.2.61.443.gc51c574b" +buildVer="1.2.62.580.gb27ad23e" command -v perl >/dev/null || { echo -e "\n${red}Error:${clr} perl command not found.\nInstall perl on your system then try again.\n" >&2; exit 1; }