Skip to content

Commit

Permalink
feat: bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agrmohit committed Apr 3, 2024
1 parent 8cf55ac commit 5a6abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5a6abb3

Please sign in to comment.