Skip to content

Commit

Permalink
updated version for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Termuellinator committed Jul 26, 2021
1 parent f3e31d3 commit 6392f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proton-community-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6392f52

Please sign in to comment.