From 32093a4cbad2be265386c8af9314305d864158be Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 17 Dec 2025 22:20:14 -0800 Subject: [PATCH] Bump to v0.31.0-beta.1 (#1978) > [!NOTE] > Bumps app version to 0.31.0-beta.1 in package.json. > > Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4ee3fcee216041f734d39323489514021b90b042. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- ## Summary by cubic Bumps the app version from 0.30.0-beta.1 to 0.31.0-beta.1 to prepare the next beta release. Written for commit 4ee3fcee216041f734d39323489514021b90b042. Summary will update automatically on new commits. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6e216e..efc9c7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.30.0-beta.1", + "version": "0.31.0-beta.1", "description": "Free, local, open-source AI app builder", "main": ".vite/build/main.js", "repository": {