diff --git a/README.md b/README.md
index 12e6ac6..9701e67 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.50.334.g0bd5c2a4
+ Latest supported version: 1.2.50.335.g5e2860a8
diff --git a/spotx.sh b/spotx.sh
index 9499f0d..503d5b2 100644
--- a/spotx.sh
+++ b/spotx.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-buildVer="1.2.50.334.g0bd5c2a4"
+buildVer="1.2.50.335.g5e2860a8"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;