Skip to content

Commit

Permalink
0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kikuchan committed Feb 15, 2024
1 parent b22a91e commit 5eae191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/Qrean.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libqrean",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A portable QR and Barcode generation / manipulation library written in C",
"keywords": "qr, qrcode, mqr, microqr, rmqr, tqr, barcode, c, arduino, ean, jan, nw7, code39, code93, itf",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qrean",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A portable QR and Barcode generation / manipulation library written in C",
"main": "./dist/Qrean.js",
"module": "./dist/Qrean.js",
Expand Down

0 comments on commit 5eae191

Please sign in to comment.