Support v1.2.34.783.g923721d9

This commit is contained in:
jetfir3
2024-03-24 11:10:37 -04:00
committed by GitHub
parent 5f747de4a3
commit 2717c0f83f
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.33.1042.g26c92729
<strong>Latest supported version:</strong> 1.2.34.783.g923721d9
</p>
</center>

View File

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