Support 1.2.79.417.g0e9f05fc

This commit is contained in:
jetfir3
2025-12-13 09:34:52 -05:00
committed by GitHub
parent cbb63a0a89
commit 08efd4cd2e
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.79.411.g33e8b03a
<strong>Latest supported version:</strong> 1.2.79.417.g0e9f05fc
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.79.411.g33e8b03a"
buildVer="1.2.79.417.g0e9f05fc"
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; }