Skip to content

Commit

Permalink
chore: update web example to use v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Jan 3, 2024
1 parent 4f84efa commit 83a199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/webpack+js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ <h1>RXing - Decode Barcodes</h1>
</html>

<!-- Copyright 2023 Henry Schimke -->
<!-- Using rxing-wasm v0.2.1 -->
<!-- Using rxing-wasm v0.2.2 -->
2 changes: 1 addition & 1 deletion examples/webpack+js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"rxing-wasm": "0.2.1"
"rxing-wasm": "0.2.2"
}
}

0 comments on commit 83a199e

Please sign in to comment.