From ca9ab4ea97cd31f17d8b7cda726c0c3d036574c8 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 16 May 2026 12:58:18 +0700 Subject: [PATCH] chore: bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 929057a..9f39421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "claude-code-usage-bubble" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dirs", "embed-resource", diff --git a/Cargo.toml b/Cargo.toml index 96316a1..ac99889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "claude-code-usage-bubble" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" description = "Floating bubble showing Claude Code and Codex usage on Windows"