Support 1.2.23.1125.g920a7ada

This commit is contained in:
jetfir3
2023-10-25 11:58:16 -04:00
committed by GitHub
parent 1ad5c6c391
commit e9e7665dc3
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.23.1114.g74573b48
<strong>Latest supported version:</strong> 1.2.23.1125.g920a7ada
</p>
</center>

View File

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