From 3d6d4918bc3ab616ebca3569097099cb75c9055f Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Tue, 11 Aug 2026 21:13:01 -0400 Subject: [PATCH] bump VERSION to 0.5.1 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index d2387b8..972518c 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.5.0"; +const VERSION = "0.5.1"; interface CliArgs { version: boolean;