Skip to content

Commit

Permalink
Merge branch 'main' into latest-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamenamcinteer committed Apr 8, 2021
2 parents 16f5c87 + 0a7667b commit 96edc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React Webcam Barcode Scanner
# React QR Barcode Scanner

This is a simple React component built in Typescript to provide a webcam-based barcode scanner using [react-webcam](https://github.com/mozmorris/react-webcam) and [@zxing/library](https://github.com/zxing-js/library). This component works on Computers and Mobile Devices (iOS 11 and above and Android Phones).

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": "react-qr-barcode-scanner",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple React Component using the client's webcam to read barcodes and QR codes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 96edc81

Please sign in to comment.