Support 1.2.81.241.g2943f0b9

This commit is contained in:
jetfir3
2026-01-09 10:53:26 -05:00
committed by GitHub
parent 63b31200ff
commit 38a62fa962
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.80.358.g74e46c21
<strong>Latest supported version:</strong> 1.2.81.241.g2943f0b9
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.80.358.g74e46c21"
buildVer="1.2.81.241.g2943f0b9"
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; }