diff --git a/README.md b/README.md
index 3832561..9c371af 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.23.1114.g74573b48
+ Latest supported version: 1.2.23.1125.g920a7ada
diff --git a/spotx.sh b/spotx.sh
index 9696499..1862c52 100644
--- a/spotx.sh
+++ b/spotx.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-buildVer="1.2.23.1114.g74573b48"
+buildVer="1.2.23.1125.g920a7ada"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;