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.
This commit is contained in:
2026-08-20 17:11:16 +03:00
parent 9826c117dd
commit 6f575e48bf
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openframe",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",