Support 1.2.22.982.g794acc0a

This commit is contained in:
jetfir3
2023-10-09 14:43:08 -04:00
committed by jetfir3
parent edffcc9e18
commit 5ac0348d37
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.22.980.g8c845482
<strong>Latest supported version:</strong> 1.2.22.982.g794acc0a
</p>
</center>

View File

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