diff --git a/main.ts b/main.ts index 0e32fdf..d7a3892 100644 --- a/main.ts +++ b/main.ts @@ -4,7 +4,7 @@ import sanitizeHtml from "npm:sanitize-html"; import config from "./config.json" with { type: "json" }; import { sendEmail } from "./email.ts"; -const currentVersion = "v0.6.0"; +const currentVersion = "v0.6.1"; console.log(`ℹ Omnivore EPUB ${currentVersion}`); console.log("ℹ️ Homepage: https://github.com/agrmohit/omnivore-epub");