Support 1.2.37.701.ge66eb7bc

This commit is contained in:
jetfir3
2024-05-06 15:41:06 -04:00
committed by GitHub
parent 2219586394
commit afae5ebce8
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.36.959.g04bf500c <strong>Latest supported version:</strong> 1.2.37.701.ge66eb7bc
</p> </p>
</center> </center>
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
buildVer="1.2.36.959.g04bf500c" buildVer="1.2.37.701.ge66eb7bc"
case $(uname | tr '[:upper:]' '[:lower:]') in case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;; darwin*) platformType='macOS' ;;