1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 15:00:07 +00:00

chore(release): 1.31.0

This commit is contained in:
Tw93
2026-03-21 16:16:53 +08:00
parent 68a83c7862
commit dca5bd5b0e
2 changed files with 3 additions and 3 deletions

2
mole
View File

@@ -13,7 +13,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh"
trap cleanup_temp_files EXIT INT TERM trap cleanup_temp_files EXIT INT TERM
# Version and update helpers # Version and update helpers
VERSION="1.30.0" VERSION="1.31.0"
MOLE_TAGLINE="Deep clean and optimize your Mac." MOLE_TAGLINE="Deep clean and optimize your Mac."
is_touchid_configured() { is_touchid_configured() {

View File

@@ -604,7 +604,7 @@ MOLE_TEST_MODE=1 MOLE_SKIP_MAIN=1 source "$PROJECT_ROOT/mole"
brew() { brew() {
if [[ "${1:-}" == "outdated" ]]; then if [[ "${1:-}" == "outdated" ]]; then
echo "tw93/tap/mole (1.29.0) < 1.30.0" echo "tw93/tap/mole (1.29.0) < 1.31.0"
return 0 return 0
fi fi
if [[ "${1:-}" == "info" ]]; then if [[ "${1:-}" == "info" ]]; then
@@ -619,7 +619,7 @@ get_homebrew_latest_version
EOF EOF
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
[[ "$output" == "1.30.0" ]] [[ "$output" == "1.31.0" ]]
} }
@test "get_homebrew_latest_version parses brew info fallback with heading prefix" { @test "get_homebrew_latest_version parses brew info fallback with heading prefix" {