From b8d0e68e5a0a9fa7eae30d578f9ab28c01e257e9 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Tue, 21 Jan 2025 18:24:32 +0530 Subject: [PATCH] chore(release): prepare for v1.2.2 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7633b7..c2604d0 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh -e DOTFILES_LOCATION="$HOME/jeev-dotfiles" -VERSION="v1.2.1" +VERSION="v1.2.2" TEMP_FILE=$(mktemp) curl -Lo "$TEMP_FILE" "https://github.com/jeevithakannan2/dotfiles/archive/refs/tags/${VERSION}.tar.gz"