capacitor-rfid-plugin-ox 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # capacitor-rfid-plugin-ox
2
2
 
3
- rfid reader for UROVO DT50
3
+ ## **rfid reader for UROVO DT50**
4
+
5
+ [demo app](https://github.com/Akramjon2658/rfid-demo-reader-writer-urovo_dt50)
4
6
 
5
7
  ## Install
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-rfid-plugin-ox",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "rfid reader (not ready to use)",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",