From 73f185aca008ac120cf06a53455692286bf08a6e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 5 Oct 2025 20:40:55 +0800 Subject: [PATCH] :bookmark: 1.5.8 --- install.sh | 4 ++-- mole | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 8bdd2e5..733fe5a 100755 --- a/install.sh +++ b/install.sh @@ -178,8 +178,8 @@ check_requirements() { echo -e "${YELLOW}Mole is installed via Homebrew${NC}" echo "" echo "Choose one:" - echo " 1. Update via Homebrew: ${GREEN}brew upgrade mole${NC}" - echo " 2. Switch to manual: ${GREEN}brew uninstall mole${NC} then re-run this" + echo -e " 1. Update via Homebrew: ${GREEN}brew upgrade mole${NC}" + echo -e " 2. Switch to manual: ${GREEN}brew uninstall mole${NC} then re-run this" echo "" exit 1 fi diff --git a/mole b/mole index 46cbc35..87a1594 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/common.sh" # Version info -VERSION="1.5.6" +VERSION="1.5.7" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)