@capgo/camera-preview 6.2.1 → 6.2.3

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,8 @@
13
13
 
14
14
  This plugin is compatible Capacitor 6 and above.
15
15
 
16
+ Use v5 for Capacitor 5 and below.
17
+
16
18
  **PR's are greatly appreciated.**
17
19
 
18
20
  -- [@riderx](https://github.com/riderx), current maintainers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "6.2.1",
3
+ "version": "6.2.3",
4
4
  "description": "Camera preview",
5
5
  "author": "Martin Donadieu <martindonadieu@gmail.com>",
6
6
  "license": "MIT",