Bump to v1.3.0

This commit is contained in:
ColonelParrot 2025-01-27 16:01:47 -05:00
parent 084b33ff76
commit 42f28b2bc8
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "jscanify",
"version": "1.2.0",
"version": "1.3.0",
"description": "Open-source Javascript mobile document scanner.",
"main": "src/jscanify-node.js",
"directories": {

View File

@ -1,4 +1,4 @@
/*! jscanify v1.2.0 | (c) ColonelParrot and other contributors | MIT License */
/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */
const { Canvas, createCanvas, Image, ImageData } = require("canvas");
const { JSDOM } = require("jsdom");

View File

@ -1,4 +1,4 @@
/*! jscanify v1.2.0 | (c) ColonelParrot and other contributors | MIT License */
/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */
(function (global, factory) {
typeof exports === "object" && typeof module !== "undefined"