From b09263c96e5db485a9ded8b681958292e89c42a1 Mon Sep 17 00:00:00 2001 From: Elliot Blackburn <elliot@lybrary.io> Date: Wed, 29 Jun 2022 15:32:21 +0100 Subject: [PATCH] Prepare 3.0.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 588ce74..834e665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdpdf", - "version": "3.0.0", + "version": "3.0.1", "description": "Markdown to PDF command line converter", "main": "./src/index.js", "scripts": {