Skip to content

Commit

Permalink
Adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevadesu committed Jan 20, 2025
1 parent b1544f4 commit 259ff77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259ff77

Please # to comment.