From 5a6abb3f6fe4f2bf7667327202a9da77082d4ed6 Mon Sep 17 00:00:00 2001 From: Mohit Raj Date: Wed, 3 Apr 2024 18:29:42 +0530 Subject: [PATCH] feat: bump version to v0.6.1 --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");