From 57bf40f3fb78f23d19952de0d006865500188f47 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:10:04 -0500 Subject: [PATCH] bump to v1.3.3 --- package-lock.json | 4 ++-- package.json | 2 +- src/jscanify-node.js | 2 +- src/jscanify.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bac81fa..9ad9cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jscanify", - "version": "1.2.0", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jscanify", - "version": "1.2.0", + "version": "1.3.3", "license": "MIT", "dependencies": { "canvas": "^2.11.2", diff --git a/package.json b/package.json index 03a392c..99339b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscanify", - "version": "1.3.2", + "version": "1.3.3", "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 cd3376c..51101ea 100644 --- a/src/jscanify-node.js +++ b/src/jscanify-node.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.2 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.3 | (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 bd49461..b413253 100644 --- a/src/jscanify.js +++ b/src/jscanify.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.2 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.3 | (c) ColonelParrot and other contributors | MIT License */ (function (global, factory) { typeof exports === "object" && typeof module !== "undefined"