Skip to content

Commit

Permalink
Merge branch 'v2' into store-rework-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master authored Oct 3, 2024
2 parents 42c5a1c + fe6dd0f commit 4f17adc
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tauri-apps/api": "2.0.0",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-barcode-scanner": "2.0.0",
"@tauri-apps/plugin-biometric": "2.0.0",
"@tauri-apps/plugin-cli": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/barcode-scanner/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/scanner/banner.png)
![Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/barcode-scanner/banner.png)

Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes.

Expand Down
2 changes: 1 addition & 1 deletion plugins/deep-link/examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.0",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-deep-link": "2.0.0"
},
"devDependencies": {
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f17adc

Please sign in to comment.