Support 1.2.66.447.g4e37e896

This commit is contained in:
jetfir3
2025-06-18 20:08:20 -04:00
committed by GitHub
parent 27a3d20020
commit 181fd7fc8f
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.66.445.ge795b717
<strong>Latest supported version:</strong> 1.2.66.447.g4e37e896
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.66.445.ge795b717"
buildVer="1.2.66.447.g4e37e896"
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; }