From 6392f52d33b8daa6f0fc031203d33d62fb9ae2a7 Mon Sep 17 00:00:00 2001 From: Termy Date: Mon, 26 Jul 2021 11:30:30 +0200 Subject: [PATCH] updated version for version check --- proton-community-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton-community-updater.sh b/proton-community-updater.sh index dc0a114..084e3e0 100755 --- a/proton-community-updater.sh +++ b/proton-community-updater.sh @@ -667,7 +667,7 @@ get_latest_release() { # Check if a new Verison of the script is available repo="Termuellinator/Proton-Community-Updater" -current_version="v1.1" +current_version="v1.2" latest_version=$(get_latest_release "$repo") if [ "$latest_version" != "$current_version" ]; then