Support 1.2.59.518.g42b3652d

This commit is contained in:
jetfir3
2025-03-18 13:43:43 -04:00
committed by GitHub
parent e4b4b0dea0
commit e6f4141407
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.59.517.g16b54919
<strong>Latest supported version:</strong> 1.2.59.518.g42b3652d
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.59.517.g16b54919"
buildVer="1.2.59.518.g42b3652d"
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; }