Support v1.2.29.605.g66a43ceb

This commit is contained in:
jetfir3
2024-01-16 19:26:51 -05:00
committed by GitHub
parent 7cf37700c1
commit da5b26bfad
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.28.581.gd0e8a92c
<strong>Latest supported version:</strong> 1.2.29.605.g66a43ceb
</p>
</center>

View File

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