Skip to content

Commit bb3293e

Browse files
committed
Bump version to 1.0.29
1 parent 361202a commit bb3293e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop-tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codex-barbar-desktop",
33
"private": true,
4-
"version": "1.0.28",
4+
"version": "1.0.29",
55
"packageManager": "pnpm@10.18.1",
66
"type": "module",
77
"scripts": {

apps/desktop-tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex-barbar-desktop"
3-
version = "1.0.28"
3+
version = "1.0.29"
44
edition = "2024"
55
publish = false
66
description = "Windows tray app for Codex usage and account management"

apps/desktop-tauri/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "codex-barbar",
4-
"version": "1.0.28",
4+
"version": "1.0.29",
55
"identifier": "com.naipi11.codexbarbar",
66
"build": {
77
"beforeDevCommand": "pnpm run dev",

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codexbar"
3-
version = "1.0.28"
3+
version = "1.0.29"
44
edition = "2024"
55
authors = ["CodexBar Contributors"]
66
description = "Shared Codex usage services for codex-barbar"

0 commit comments

Comments
 (0)