From 6a5958f56d723fa2aa32382a63e1d5c869c429dc Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 9 Oct 2025 14:26:16 -0700 Subject: [PATCH] Bump to v0.24.0-beta.1 (#1495) ## Summary by cubic Update package.json version from 0.23.0-beta.1 to 0.24.0-beta.1 to prepare the 0.24 beta release. This unblocks tagging and publishing for the bump-beta-0-24 branch. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acb52ea..787ad36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.23.0-beta.1", + "version": "0.24.0-beta.1", "description": "Free, local, open-source AI app builder", "main": ".vite/build/main.js", "repository": {