Support 1.2.61.443.gc51c574b

This commit is contained in:
jetfir3
2025-04-10 23:19:21 -04:00
committed by GitHub
parent a814894e8c
commit 9093d0e29f
2 changed files with 2 additions and 2 deletions
+1 -1
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.61.431.g05f88175
<strong>Latest supported version:</strong> 1.2.61.443.gc51c574b
</p>
</center>
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.61.431.g05f88175"
buildVer="1.2.61.443.gc51c574b"
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; }