From fc5fa73ad579452f1ac9b19f93c722079fe590c6 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 12 Mar 2026 15:48:56 -0700 Subject: [PATCH] Bump version to 0.0.11 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0d92fb0..1415cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "baudy", - "version": "0.0.9", + "version": "0.0.11", "module": "index.tsx", "type": "module", "bin": { @@ -9,7 +9,8 @@ "scripts": { "toes": "bun run --watch index.tsx", "start": "bun run index.tsx", - "dev": "bun run --hot index.tsx" + "dev": "bun run --hot index.tsx", + "publish": "bash publish.sh" }, "toes": { "icon": "🖥️" @@ -27,4 +28,4 @@ "ggwave": "0.4.0", "qrcode": "^1.5.4" } -} +} \ No newline at end of file