Support 1.2.42.290.g242057a2

This commit is contained in:
jetfir3
2024-07-14 09:35:39 -04:00
committed by GitHub
parent 20e010e24b
commit b845652b56
2 changed files with 2 additions and 2 deletions
+1 -1
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.41.434.g39a25e2c
<strong>Latest supported version:</strong> 1.2.42.290.g242057a2
</p>
</center>
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.41.434.g39a25e2c"
buildVer="1.2.42.290.g242057a2"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;