Support 1.2.84.472.g6eba3a1b

This commit is contained in:
jetfir3
2026-02-24 09:59:00 -05:00
committed by GitHub
parent 257e6f288d
commit d41bb67052
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<center>
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
<p align="center">
<strong>Latest supported version:</strong> 1.2.84.465.gf71dea39
<strong>Latest supported version:</strong> 1.2.84.472.g6eba3a1b
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.84.465.gf71dea39"
buildVer="1.2.84.472.g6eba3a1b"
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; }