From 48076fcef5339ebf0500c43c152fad4718aaffbf Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 6 Sep 2026 18:50:47 -0400 Subject: [PATCH] bump VERSION to 0.9.0 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index ec5577b..5a13c0a 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.8.0"; +const VERSION = "0.9.0"; interface CliArgs { version: boolean;