From 649baf40ab0a9838f4d4443eaa10477a64238a56 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 7 Sep 2026 19:58:19 -0400 Subject: [PATCH] bump VERSION to 0.9.1 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5a13c0a..a36278f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,7 +4,7 @@ import { installNestedScrollBehavior } from "./utils/nested-scroll"; import type { Feed } from "./types/feed" import type { Episode } from "./types/episode" -const VERSION = "0.9.0"; +const VERSION = "0.9.1"; interface CliArgs { version: boolean;