bump VERSION to 0.9.2

This commit is contained in:
2026-09-22 10:42:40 -04:00
parent 0640172f05
commit 67a14d5c80

View File

@@ -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.9.1";
const VERSION = "0.9.2";
interface CliArgs {
version: boolean;