Support 1.2.48.405.gf2c48e6f

This commit is contained in:
jetfir3
2024-10-08 10:47:09 -04:00
committed by GitHub
parent 851c01f671
commit 284fc5a171
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.48.404.g4bec9359
<strong>Latest supported version:</strong> 1.2.48.405.gf2c48e6f
</p>
</center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.48.404.g4bec9359"
buildVer="1.2.48.405.gf2c48e6f"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;