From c3a5bfcd539b97597afd8757f1dc9d4f8c80a7ee Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 3 Oct 2025 21:51:57 +0800 Subject: [PATCH] :art: update --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index 5a562f1..d8c382c 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.3.1" +VERSION="1.3.2" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)