Skip to content

Commit 8d18fe2

Browse files
chore: bump version to 0.0.42 for the stable release
Stable published as v0.0.40 because the release workflow ships package.json's version as-is when no matching tag exists. 0.0.40 is semver-BELOW the 0.0.41-beta.77 beta feed, so electron-updater treated it as a downgrade and beta users stayed on 'latest version' (confirmed in the app's Software update panel). 0.0.42 is above every 0.0.41-beta.* build, so a stable dispatch from here reaches beta users and stable users alike.
1 parent 222cba1 commit 8d18fe2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "off-grid-ai",
33
"productName": "Off Grid AI Desktop",
4-
"version": "0.0.40",
4+
"version": "0.0.42",
55
"description": "Off Grid AI — a private, local-first AI that runs open models (text, vision, image, voice) entirely on your device. No cloud, no accounts.",
66
"license": "AGPL-3.0-only",
77
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)