Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngvtuan committed May 13, 2024
1 parent 9d5c30a commit a31ca72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@babel/preset-env": "7.23.2",
"@types/react-router-dom": "5.3.3",
"pastel-qr-scan": "^1.0.0",
"pastel-qr-scan": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1"
Expand Down
8 changes: 4 additions & 4 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6974,10 +6974,10 @@ pascal-case@^3.1.2:
no-case "^3.0.4"
tslib "^2.0.3"

pastel-qr-scan@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/pastel-qr-scan/-/pastel-qr-scan-1.0.1.tgz#8c19f6b8b32abb481fb4ed44681bb1883ecada41"
integrity sha512-WwulC4ybC9Z+bJPpSCmVOXo1+96ulahzB8rkMaggKZhWH189K0Q/bLkMcWiFwCxXGKdyKWb00RqUtr1Gm6bhdw==
pastel-qr-scan@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pastel-qr-scan/-/pastel-qr-scan-1.0.2.tgz#2c1ee7e2f76317265f7091a99abeb69d16a84159"
integrity sha512-bj8hfXdh26FyUmQlap2VWoaDUBTmM9GYEfz7LSCO+pXSrrIBw6HPnI0mcryAZwMRAc9RaVAmAJIZWZd3gYP4Aw==

path-exists@^3.0.0:
version "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastel-qr-scan",
"version": "1.0.0",
"version": "1.0.2",
"description": "Pastel QR Code Scanner & Reader is a component built to scan PSL QR codes using a webcam.",
"author": "Pastel Network",
"license": "MIT",
Expand Down

0 comments on commit a31ca72

Please sign in to comment.