diff --git a/src/index.tsx b/src/index.tsx index 4c62e0f..c127b4c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import type { Feed } from "./types/feed" import type { Episode } from "./types/episode" -const VERSION = "0.6.0"; +const VERSION = "0.6.1"; interface CliArgs { version: boolean;