From a40c2561bc05bddf52bfea2e5932f17e0866181c Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Tue, 22 Sep 2026 10:42:40 -0400 Subject: [PATCH] bump VERSION to 0.9.2 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index a36278f..c162ae6 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.1"; +const VERSION = "0.9.2"; interface CliArgs { version: boolean;