This commit is contained in:
cnwhy
2018-07-24 17:32:09 +08:00
parent a98b9e1129
commit 2e142c20e8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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": [