From f6da338b46fd13f5bc78e2f9caa32d29c8e534b9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 16 Feb 2026 13:26:32 -0800 Subject: [PATCH] 0.0.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b36aa68..ca103c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@because/hype", - "version": "0.0.2", + "version": "0.0.3", "module": "src/index.tsx", "type": "module", "exports": { @@ -26,4 +26,4 @@ "hono": "^4.10.4", "kleur": "^4.1.5" } -} \ No newline at end of file +}