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
+1 -1
View File
@@ -12,7 +12,7 @@
<center> <center>
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4> <h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
<p align="center"> <p align="center">
<strong>Latest supported version:</strong> 1.2.28.581.gd0e8a92c <strong>Latest supported version:</strong> 1.2.29.605.g66a43ceb
</p> </p>
</center> </center>
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
buildVer="1.2.28.581.gd0e8a92c" buildVer="1.2.29.605.g66a43ceb"
case $(uname | tr '[:upper:]' '[:lower:]') in case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;; darwin*) platformType='macOS' ;;