From 2730fa3cae18397bdc94321379829eb9b15c82e7 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 7 Aug 2026 19:32:48 -0400 Subject: [PATCH] bump VERSION to 0.2.0 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 3b34199..7607f3c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,4 @@ -const VERSION = "0.1.0"; +const VERSION = "0.2.0"; interface CliArgs { version: boolean;