From 8ac1ec116224aee12b0e1233ad91ae51d7908cb5 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 10 Aug 2026 13:45:24 -0400 Subject: [PATCH] bump VERSION to 0.3.1 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 872325b..4b5cca0 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.3.0"; +const VERSION = "0.3.1"; interface CliArgs { version: boolean;