From 860b89d5986eb3be236755b4a9fdf847706b9c19 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Sat, 27 May 2023 23:11:30 +0200 Subject: [PATCH] update kitty to version 0.28.1 --- .config/yadm/bootstrap.d/install-kitty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap.d/install-kitty b/.config/yadm/bootstrap.d/install-kitty index 54c570b..86e976a 100755 --- a/.config/yadm/bootstrap.d/install-kitty +++ b/.config/yadm/bootstrap.d/install-kitty @@ -6,7 +6,7 @@ source "${BOOTSTRAP_LIB}/helpers" APPS_DIR="${HOME}/apps" -VERSION="0.28.0" +VERSION="0.28.1" INSTALL_DIR="${APPS_DIR}/kitty" INSTALLED_VERSION=""