From b0bfa41028d5f66e0993604ba426ce296fd67100 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 9 Aug 2026 22:24:58 -0400 Subject: [PATCH] bump VERSION to 0.3.0 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 9e65ce5..872325b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import type { Feed } from "./types/feed" import type { Episode } from "./types/episode" -const VERSION = "0.2.1"; +const VERSION = "0.3.0"; interface CliArgs { version: boolean;