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"