From 03ba79a8ce6cf2917f416bdba351c37a1a1b6332 Mon Sep 17 00:00:00 2001 From: whitlocktech Date: Sun, 17 May 2026 09:33:28 -0500 Subject: [PATCH] fix version --- .claude/settings.local.json | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index b7e29eb..c7ba4a9 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -20,7 +20,8 @@ "Bash(git checkout *)", "Bash(git push *)", "Bash(grep -n \"tray_icon::TrayIconEvent\\\\|tray_icon::menu::MenuEvent\\\\|set_event_handler\" ~/.cargo/registry/src/*/tray-icon-0.14*/src/lib.rs 2>/dev/null | head -20)", - "Bash(git add *)" + "Bash(git add *)", + "Bash(git commit *)" ] } } diff --git a/Cargo.toml b/Cargo.toml index 2e2f095..50a7f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickr" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Whitlocktech"] license = "MIT"