bump VERSION to 0.9.1

This commit is contained in:
2026-09-07 19:58:19 -04:00
parent 9702af640b
commit 6313af4b04

View File

@@ -4,7 +4,7 @@ import { installNestedScrollBehavior } from "./utils/nested-scroll";
import type { Feed } from "./types/feed" import type { Feed } from "./types/feed"
import type { Episode } from "./types/episode" import type { Episode } from "./types/episode"
const VERSION = "0.9.0"; const VERSION = "0.9.1";
interface CliArgs { interface CliArgs {
version: boolean; version: boolean;