From 601f90a7d89e1b6576d9b8f2ce992adaea2a37cd Mon Sep 17 00:00:00 2001 From: mactan-sc <77816662+mactan-sc@users.noreply.github.com> Date: Thu, 10 Jul 2025 06:15:46 -0500 Subject: [PATCH] bump version --- lib/sc-launch.sh | 2 +- lug-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index d9d81b9..8da7ea7 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -17,7 +17,7 @@ # If you do not wish to use the above .desktop files, simply run this script # from your terminal. # -# version: 1.6 +# version: 1.7 ################################################################################ ################################################################ diff --git a/lug-helper.sh b/lug-helper.sh index b06d49f..c1276e7 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -176,7 +176,7 @@ winetricks_url="https://raw.githubusercontent.com/Winetricks/winetricks/refs/tag # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v4.0" +current_version="v4.1" ############################################################################ ############################################################################