From 5e33ec348b836987fa3084dcd13ffd2f2032b32b Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 4 Oct 2025 22:54:09 +0800 Subject: [PATCH] :bookmark: 1.5.0 --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index f25e5e9..42f843e 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.4.0" +VERSION="1.5.0" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)