diff --git a/package.json b/package.json index 9beabb5..709c03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokcat", - "version": "0.1.25", + "version": "0.1.26", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b0494c5..c38ed95 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4289,7 +4289,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokcat" -version = "0.1.25" +version = "0.1.26" dependencies = [ "base64 0.22.1", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2be958a..c6192e1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokcat" -version = "0.1.25" +version = "0.1.26" edition = "2021" description = "Native macOS menubar dashboard for local AI token usage" authors = ["handlecusion"] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e303774..3234bb8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Tokcat", - "version": "0.1.25", + "version": "0.1.26", "identifier": "com.handlecusion.tokcat", "build": { "beforeDevCommand": "npm run dev:vite", diff --git a/src/styles.css b/src/styles.css index bb37899..8c1bc8a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -716,6 +716,9 @@ html, body, #root { .bar2d-stats { margin: 2px 0 12px; } +.bar2d-stats .usage-cell { + text-align: center; +} .bar2d-chart { position: relative; }