Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelParrot committed Jan 27, 2025
1 parent 084b33f commit 42f28b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/jscanify-node.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/jscanify.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 42f28b2

Please sign in to comment.