From 6f575e48bfa8845c13b36d93a1b147e7677cd3e9 Mon Sep 17 00:00:00 2001 From: yusufipk Date: Thu, 20 Aug 2026 17:11:16 +0300 Subject: [PATCH] chore(release): set the package version to 0.1.1 The tag and the manifest had drifted: v0.1.1 ships the runtime Bunny CDN config, while package.json still read 0.1.0. bun.lock records no version for the root workspace, so a frozen install is unaffected. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786d966..e2742e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openframe", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev",