mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
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
This commit is contained in:
parent
0a4cd17f2e
commit
c904178518
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "claude-code-desktop",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
|
||||
"productName": "Claude Code Haha",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"identifier": "com.claude-code-haha.desktop",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user