From 12a581ced96c32008cb671602b4d6aeaea6727e4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 27 Sep 2024 23:21:31 +0200 Subject: [PATCH] 3.1.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e26be0e..68357c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartpdf", - "version": "3.1.6", + "version": "3.1.7", "private": false, "description": "A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.", "main": "dist_ts/index.js", @@ -71,4 +71,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartpdf.git" } -} \ No newline at end of file +}