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"