From e09ae15e32f30aa6d56310420b71fdf91ce1c2ec Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Wed, 12 Aug 2026 08:10:12 -0400 Subject: [PATCH] bump VERSION to 0.5.2 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 972518c..4a4ac13 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.1"; +const VERSION = "0.5.2"; interface CliArgs { version: boolean;