From cdc57c3e4ad280aed65cde52c4b1ed2218323f90 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 30 Sep 2025 00:44:37 +0800 Subject: [PATCH] :bookmark: 1.1.0 --- mole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mole b/mole index 13db5fa..3112753 100755 --- a/mole +++ b/mole @@ -20,7 +20,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/common.sh" # Version info -VERSION="1.0.0" +VERSION="1.1.0" MOLE_TAGLINE="Dig deep like a mole to clean your Mac." show_brand_banner() { @@ -159,7 +159,7 @@ interactive_main_menu() { "DOWN") ((current_option < 4)) && ((current_option++)) ;; "ENTER"|"$current_option") printf '\033[u\033[J' # Clear menu - show_cursor + show_cursor case $current_option in 1) exec "$SCRIPT_DIR/bin/clean.sh" ;; 2) exec "$SCRIPT_DIR/bin/uninstall.sh" ;;