diff --git a/CHANGELOG.md b/CHANGELOG.md index 367ac29..ed4bf1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.4.34 — 2026-08-13 ### Added - **OpenCode meters are account-wide now** — OpenCode shipped the diff --git a/package-lock.json b/package-lock.json index 28c9491..c130e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pane", - "version": "0.4.33", + "version": "0.4.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pane", - "version": "0.4.33", + "version": "0.4.34", "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-opener": "^2" diff --git a/package.json b/package.json index 35a77a2..5419044 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pane", "private": true, - "version": "0.4.33", + "version": "0.4.34", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a4ab764..e2196a3 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "pane" -version = "0.4.33" +version = "0.4.34" dependencies = [ "arboard", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4b2e142..20871fa 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pane" -version = "0.4.33" +version = "0.4.34" description = "AI subscription usage in the Windows tray" authors = ["jazii"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0d65088..2b8e293 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": "Pane", - "version": "0.4.33", + "version": "0.4.34", "identifier": "com.jazii.pane", "build": { "beforeDevCommand": "npm run dev",