Update to 1.1.99.878 (#16)

This commit is contained in:
jetfir3 2022-11-22 22:55:09 -05:00 committed by GitHub
parent 05073590ce
commit aa6654f9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@
<center>
<h4 align="center">A multi-featured adblocker for the Spotify Linux application.</h4>
<p align="center">
<strong>Last updated:</strong> 21 November 2022<br>
<strong>Last tested version:</strong> 1.1.99.871
<strong>Last updated:</strong> 22 November 2022<br>
<strong>Last tested version:</strong> 1.1.99.878
</p>
</center>

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
SPOTX_VERSION="1.1.99.871-1"
SPOTX_VERSION="1.1.99.878-1"
# Dependencies check
command -v perl >/dev/null || { echo -e "\nperl was not found, exiting...\n" >&2; exit 1; }