diff --git a/package.json b/package.json index a19792b..ccec512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokcat", - "version": "0.1.31", + "version": "0.1.32", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5c53ecb..130167f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4332,7 +4332,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokcat" -version = "0.1.31" +version = "0.1.32" dependencies = [ "base64 0.22.1", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fc56817..af32ae7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokcat" -version = "0.1.31" +version = "0.1.32" 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 c798169..86ccfc8 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.31", + "version": "0.1.32", "identifier": "com.handlecusion.tokcat", "build": { "beforeDevCommand": "npm run dev:vite",