From c63e9e1b9c30f5fe370ecfc84231337727ac6fb1 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sat, 8 Aug 2026 08:02:53 -0400 Subject: [PATCH] bump VERSION to 0.2.1 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index a9150fa..b484a0b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,4 @@ -const VERSION = "0.2.0"; +const VERSION = "0.2.1"; interface CliArgs { version: boolean;