Skip to content

Commit c904178

Browse files
committed
Cut desktop version 0.1.1 so release tags match the merged Windows fixes
The Windows desktop fixes are already merged to main, but the desktop package and Tauri app metadata still reported 0.1.0. Bumping both version sources to 0.1.1 keeps the app bundle metadata, CI artifact naming, and release tag in sync for the next desktop release. Constraint: The release workflow reads desktop version metadata directly from the repository Rejected: Tag v0.1.1 without updating version files | release artifacts would still identify themselves as 0.1.0 Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep desktop/package.json and desktop/src-tauri/tauri.conf.json version fields aligned for every desktop release Tested: Verified version fields updated to 0.1.1 in both desktop metadata files Not-tested: Release workflow execution after tag push Related: Release v0.1.1
1 parent 0a4cd17 commit c904178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-code-desktop",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

desktop/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://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
33
"productName": "Claude Code Haha",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "com.claude-code-haha.desktop",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)