From b58811bfe03b5905893edc513f108b1d5313c487 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 23 May 2026 20:33:10 +0700 Subject: [PATCH] chore: bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfb7679..5f521a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "claude-code-usage-bubble" -version = "0.2.0" +version = "0.3.0" dependencies = [ "dirs", "embed-resource", diff --git a/Cargo.toml b/Cargo.toml index b5965ea..8d59d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "claude-code-usage-bubble" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" description = "Floating bubble showing Claude Code and Codex usage on Windows"