diff --git a/README.md b/README.md
index 0bb05ef..7a62872 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.32.997.g4c6498b6
+ Latest supported version: 1.2.33.1039.g8ddb5918
diff --git a/spotx.sh b/spotx.sh
index 8ade313..45fc575 100644
--- a/spotx.sh
+++ b/spotx.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-buildVer="1.2.32.997.g4c6498b6"
+buildVer="1.2.33.1039.g8ddb5918"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;