Support 1.2.26.1187.g36b715a1

This commit is contained in:
jetfir3
2023-12-06 08:37:26 -05:00
committed by GitHub
parent 46abfe8561
commit 1643199e3b
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.26.1180.g6af55bfb
<strong>Latest supported version:</strong> 1.2.26.1187.g36b715a1
</p>
</center>

View File

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