Skip to content

Commit

Permalink
STABLE v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Sep 16, 2023
1 parent bedf78a commit b2219f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion thunder-cli
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function --help {
}

function --version {
echo "STABLE v1.1.3"
echo "STABLE v1.1.4"
}

function --gui {
Expand Down
4 changes: 4 additions & 0 deletions updater
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@ if [[ $thunderversion == "STABLE v1.1.2" ]]; then
echo "Updating thunder-cli..."
sudo cp thunder-cli /usr/local/bin/thunder-cli
fi
if [[ $thunderversion == "STABLE v1.1.3" ]]; then
echo "Updating thunder-cli..."
sudo cp thunder-cli /usr/local/bin/thunder-cli
fi
echo "Closing in 10 seconds. Please reopen Thunder for changes to take effect."
sleep 10s

0 comments on commit b2219f3

Please sign in to comment.