Skip to content

Commit 30a4647

Browse files
authored
chore(desktop): bump version to 0.3.7 (#217)
## Related Issue None — routine desktop version bump. ## Problem The desktop app version stayed at 0.3.6, so a new desktop release cannot be tagged and shipped to update clients. ## What changed Bumped `apps/desktop/package.json` from `0.3.6` to `0.3.7`. The desktop app is `private` and its version moves through an explicit commit, the same way as PRs #205, #203, and #200. Version-only change, no user-visible code change. [skip changeset] ## Checklist - [x] I have read the [CONTRIBUTING](https://github.com/PyModel/pythinker-code/blob/main/CONTRIBUTING.md) document. - [ ] I have linked a related issue (external PRs: the issue must have a maintainer's `/approve`). - [ ] I have added tests that prove my feature works. - [x] Ran `gen-changesets` skill, or this PR needs no changeset. - [x] Ran `gen-docs` skill, or this PR needs no doc update. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the desktop application version to 0.3.7. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 48510be commit 30a4647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pymodel/pythinker-desktop",
33
"description": "Pythinker desktop application with tray-owned Host lifecycle",
4-
"version": "0.3.6",
4+
"version": "0.3.7",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

0 commit comments

Comments
 (0)