diff --git a/Setup.sh b/Setup.sh index 76c4b3c..6018050 100755 --- a/Setup.sh +++ b/Setup.sh @@ -109,7 +109,7 @@ Other: Input any path" echo "Ok!" ;; esac - sudo wget -O $INSTALL_PATH/gir https://github.com/Icycoide/Gir/releases/download/v0.2.5/main.sh || failure "Either failed download or invalid path or sudo does not exist." + sudo wget -O $INSTALL_PATH/gir https://github.com/Icycoide/Gir/releases/download/v0.2.6/main.sh || failure "Either failed download or invalid path or sudo does not exist." sudo chmod +x $INSTALL_PATH/gir || failure "Either insufficient permissions or file does not exist or sudo does not exist." } diff --git a/main.sh b/main.sh index 40afa0e..b47d8b0 100755 --- a/main.sh +++ b/main.sh @@ -142,7 +142,7 @@ https://github.com/Icycoide/Gir/releases/tag/v$GIR_VERSION" } function gir.variables() { - GIR_VERSION=0.2.5 + GIR_VERSION=0.2.6 } gir.variables