Skip to content

Commit

Permalink
v4.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ushelp committed Feb 5, 2024
1 parent 9721ecb commit e513316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/easy.qrcode.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyqrcodejs",
"version": "4.6.0",
"version": "4.6.1",
"description": "Cross-browser QRCode generator for pure javascript. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js, Svelte framework. Support binary(hex) data mode.(Running with DOM on client side)",
"main": "dist/easy.qrcode.min.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion src/easy.qrcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Cross-browser QRCode generator for pure javascript. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js, Svelte framework. Support binary(hex) data mode.(Running with DOM on client side)
*
* Version 4.6.0
* Version 4.6.1
*
* @author [ [email protected] ]
*
Expand Down

0 comments on commit e513316

Please sign in to comment.