From 6aac138629105e2d600259fdab62a9ee6197fd32 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 28 Aug 2026 21:58:31 -0400 Subject: [PATCH] bump VERSION to 0.8.0 --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5e259c4..ec5577b 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.7.2"; +const VERSION = "0.8.0"; interface CliArgs { version: boolean;