diff --git a/README.md b/README.md
index e5b0f89..1f9e4f2 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.66.444.gf7d4ad52
+ Latest supported version: 1.2.66.445.ge795b717
diff --git a/spotx.sh b/spotx.sh
index fc1f2cd..d0c2a4e 100644
--- a/spotx.sh
+++ b/spotx.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-buildVer="1.2.66.444.gf7d4ad52"
+buildVer="1.2.66.445.ge795b717"
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; }