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"