From 7949ef7cdce870d55440ade8c45e18c0a6b9925c Mon Sep 17 00:00:00 2001 From: Will Chen Date: Fri, 19 Sep 2025 16:33:20 -0700 Subject: [PATCH] bump to v0.22 beta 1 (#1334) ## Summary by cubic Bump version from 0.21.0 to 0.22.0-beta.1 to prepare the v0.22 beta release. Enables packaging and distribution under the new beta tag. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index debe060..76a3923 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.21.0", + "version": "0.22.0-beta.1", "description": "Free, local, open-source AI app builder", "main": ".vite/build/main.js", "repository": {