We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257e6f2 commit d41bb67Copy full SHA for d41bb67
2 files changed
README.md
@@ -12,7 +12,7 @@
12
<center>
13
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
14
<p align="center">
15
- <strong>Latest supported version:</strong> 1.2.84.465.gf71dea39
+ <strong>Latest supported version:</strong> 1.2.84.472.g6eba3a1b
16
</p>
17
</center>
18
spotx.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-buildVer="1.2.84.465.gf71dea39"
+buildVer="1.2.84.472.g6eba3a1b"
4
5
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; }
6
0 commit comments