From 839f4fa4fd4e4c37007164599b40d72c13a8dee4 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 12 Mar 2026 15:49:35 -0700 Subject: [PATCH] Bump version to 0.0.17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 209f955..8ac6515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "baudy", - "version": "0.0.16", + "version": "0.0.17", "module": "index.tsx", "type": "module", "bin": { @@ -10,7 +10,7 @@ "toes": "bun run --watch index.tsx", "start": "bun run index.tsx", "dev": "bun run --hot index.tsx", - "publish": "bash publish.sh" + "release": "bash publish.sh" }, "toes": { "icon": "🖥️"