Support 1.2.53.440.g7b2f582a

- See 046715ae20 for changes to 1.2.53.x
This commit is contained in:
jetfir3
2025-01-02 13:56:06 -05:00
committed by GitHub
parent fa0ea870b8
commit e0fd4704b0
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.53.438.g246d60c9
<strong>Latest supported version:</strong> 1.2.53.440.g7b2f582a
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.53.438.g246d60c9"
buildVer="1.2.53.440.g7b2f582a"
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; }