From 0007bf729fdfec1adf958fa99905c7c62cc1a92d Mon Sep 17 00:00:00 2001 From: Jacob Baring Date: Mon, 20 Nov 2023 14:39:52 +0800 Subject: [PATCH] bump version (#194) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 470aca5..832a639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf2pic", - "version": "3.0.3", + "version": "3.1.0", "description": "A utility for converting pdf to image formats. Supports different outputs: directly to file, base64 or buffer.", "main": "dist/index.js", "types": "dist/index.d.ts",