diff --git a/README.md b/README.md index 9e02b15..4cc54a5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https **ugit** dependencies: -- `Bash`>=3 +- `Bash`>=4 - GNU utils like `awk`, `grep`, `tput` etc - [fzf](https://github.com/junegunn/fzf) (Install latest version. Minimum required 0.21.0) diff --git a/ugit b/ugit index 7d76f56..498856d 100755 --- a/ugit +++ b/ugit @@ -7,7 +7,7 @@ set -uo pipefail; SCRIPT_NAME="$0" SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit" TMP_FILE="/tmp/ugit.sh" -VERSION="1.0" +VERSION="2.0" installed() { cmd=$(command -v "${1}")