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;