diff --git a/src/index.tsx b/src/index.tsx index 3cbf656..7174da5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ import { setupTerminalRecovery } from "./utils/terminal-recovery"; import type { Feed } from "./types/feed" import type { Episode } from "./types/episode" -const VERSION = "0.7.1"; +const VERSION = "0.7.2"; interface CliArgs { version: boolean;