Skip to content

Commit 35ca233

Browse files
authored
chore(desktop): bump to 0.3.2 (#195)
## Problem Desktop 0.3.1 shipped an unnotarized DMG that macOS reports as "Pythinker.app is damaged". #194 fixed the release pipeline; a new version is needed to ship it. ## What changed `apps/desktop/package.json` 0.3.1 → 0.3.2. After merge, tag `desktop-v0.3.2` on the merge commit to cut the release. [skip changeset] — desktop app versions are not managed by changesets. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the desktop application to version 0.3.2. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 8e261fd commit 35ca233

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.1",
4+
"version": "0.3.2",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

0 commit comments

Comments
 (0)