Bump to v0.4.0 (#85)

This commit is contained in:
Will Chen
2025-05-05 15:10:18 -07:00
committed by GitHub
parent c1570e4469
commit 971afb835f
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "dyad",
"version": "0.3.0",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dyad",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "^1.2.8",

View File

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