From aa6654f9ff25ca044e1259f25c3644437f7435ca Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:55:09 -0500 Subject: [PATCH] Update to 1.1.99.878 (#16) --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4372e1..3c5a393 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@

A multi-featured adblocker for the Spotify Linux application.

- Last updated: 21 November 2022
- Last tested version: 1.1.99.871 + Last updated: 22 November 2022
+ Last tested version: 1.1.99.878

diff --git a/install.sh b/install.sh index 5d32561..2d0c6b7 100644 --- a/install.sh +++ b/install.sh @@ -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; }