From e45ad55c3ec3b687b7fee9a156a5f5b3f724b842 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:37:28 -0500 Subject: [PATCH] Bump to v1.3.1 --- package.json | 2 +- src/jscanify-node.js | 2 +- src/jscanify.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f39250..8c95a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscanify", - "version": "1.3.0", + "version": "1.3.1", "description": "Open-source Javascript mobile document scanner.", "main": "src/jscanify-node.js", "directories": { diff --git a/src/jscanify-node.js b/src/jscanify-node.js index aed687e..934b7e5 100644 --- a/src/jscanify-node.js +++ b/src/jscanify-node.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */ const { Canvas, createCanvas, Image, ImageData } = require("canvas"); const { JSDOM } = require("jsdom"); diff --git a/src/jscanify.js b/src/jscanify.js index 8ccdc4b..5bdb8a6 100644 --- a/src/jscanify.js +++ b/src/jscanify.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */ (function (global, factory) { typeof exports === "object" && typeof module !== "undefined"