Skip to content

Commit dca5bd5

Browse files
committed
chore(release): 1.31.0
1 parent 68a83c7 commit dca5bd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mole

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh"
1313
trap cleanup_temp_files EXIT INT TERM
1414

1515
# Version and update helpers
16-
VERSION="1.30.0"
16+
VERSION="1.31.0"
1717
MOLE_TAGLINE="Deep clean and optimize your Mac."
1818

1919
is_touchid_configured() {

tests/update.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ MOLE_TEST_MODE=1 MOLE_SKIP_MAIN=1 source "$PROJECT_ROOT/mole"
604604
605605
brew() {
606606
if [[ "${1:-}" == "outdated" ]]; then
607-
echo "tw93/tap/mole (1.29.0) < 1.30.0"
607+
echo "tw93/tap/mole (1.29.0) < 1.31.0"
608608
return 0
609609
fi
610610
if [[ "${1:-}" == "info" ]]; then
@@ -619,7 +619,7 @@ get_homebrew_latest_version
619619
EOF
620620

621621
[ "$status" -eq 0 ]
622-
[[ "$output" == "1.30.0" ]]
622+
[[ "$output" == "1.31.0" ]]
623623
}
624624

625625
@test "get_homebrew_latest_version parses brew info fallback with heading prefix" {

0 commit comments

Comments
 (0)