master v0.0.2
cnwhy 7 years ago
parent a98b9e1129
commit 2e142c20e8

2
dist/qr-decode.js vendored

@ -1,5 +1,5 @@
/*! /*!
* qr-decode v0.0.1 * qr-decode v0.0.2
* (c) 2018-present cnwhy <w.why@163.com> * (c) 2018-present cnwhy <w.why@163.com>
* Released under the ISC License. * Released under the ISC License.
*/ */

@ -1,5 +1,5 @@
/*! /*!
* qr-decode v0.0.1 * qr-decode v0.0.2
* (c) 2018-present cnwhy <w.why@163.com> * (c) 2018-present cnwhy <w.why@163.com>
* Released under the ISC License. * Released under the ISC License.
*/ */

@ -1,6 +1,6 @@
{ {
"name": "qr-decode", "name": "qr-decode",
"version": "0.0.1", "version": "0.0.2",
"description": "QRCode parser/decode", "description": "QRCode parser/decode",
"main": "src/QRCodeDecode.js", "main": "src/QRCodeDecode.js",
"files": [ "files": [

Loading…
Cancel
Save