Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Dec 16, 2020
1 parent 819f075 commit 05d61de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ _analytics() {
}

# Start the script
echo "[INFO] Nexus Tools 4.3"
echo "[INFO] Nexus Tools 4.4"

# Check that required applications are installed
if ! [ -x "$(command -v curl)" ]; then
Expand Down Expand Up @@ -237,7 +237,7 @@ fi

# All done
if [ $XCODE -eq 0 ]; then
echo "[INFO] Installation complete! You may need to open a new Terminal window for commands to work."
echo "[INFO] Installation complete! Open a new Terminal window to apply changes."
echo "[INFO] Donate to support development: bit.ly/donatenexustools or patreon.com/corbindavenport"
else
_report_bug
Expand Down

0 comments on commit 05d61de

Please sign in to comment.