Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Apr 19, 2023
1 parent 94f7695 commit d5020d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxing/browser",
"version": "0.1.1",
"version": "0.1.2",
"description": "ZXing for JS's browser layer.",
"keywords": [
"reader",
Expand Down Expand Up @@ -54,15 +54,15 @@
"cypress:debug": "BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
},
"peerDependencies": {
"@zxing/library": "^0.19.1"
"@zxing/library": "^0.20.0"
},
"optionalDependencies": {
"@zxing/text-encoding": "^0.9.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chai": "^4.3.0",
"@zxing/library": "^0.19.1",
"@zxing/library": "^0.20.0",
"chai": "^4.3.6",
"cypress": "^9.4.1",
"eslint": "^8.8.0",
Expand Down

0 comments on commit d5020d7

Please sign in to comment.