From da2160a0161289f10b720aa3bd19337ce4984e0f Mon Sep 17 00:00:00 2001 From: Pazl <130466427+Pazl27@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:38:26 +0100 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8d44767..3c0cbef 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ BIN_NAME="typy" LOCAL_DIR="$HOME/.local/share" CONFIG_PATH="$LOCAL_DIR/$BIN_NAME/english.txt" INSTALL_DIR="$HOME/your-repo" -GIT_TAG="v0.7.0" +GIT_TAG="v0.8.0" # Function to move binary with appropriate privileges move_binary() {