Bump to v0.14.0 and forge: prerelease (#704)

This commit is contained in:
Will Chen
2025-07-24 10:53:48 -07:00
committed by GitHub
parent a580877890
commit 3bf429f85a
2 changed files with 2 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ const config: ForgeConfig = {
}, },
draft: true, draft: true,
force: true, force: true,
prerelease: true,
}, },
}, },
], ],

View File

@@ -1,7 +1,7 @@
{ {
"name": "dyad", "name": "dyad",
"productName": "dyad", "productName": "dyad",
"version": "0.14.0-beta.1", "version": "0.14.0",
"description": "My Electron application description", "description": "My Electron application description",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"repository": { "repository": {