@capgo/capacitor-native-biometric 6.0.3 → 6.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -306,7 +306,7 @@ public class MainActivity extends BridgeActivity {
306
306
  ## Contributors
307
307
 
308
308
  [Jonthia](https://github.com/jonthia)
309
- [One Click Web Studio](https://github.com/oneclickwebstudio)
309
+ [QliQ.dev](https://github.com/qliqdev)
310
310
  [Brian Weasner](https://github.com/brian-weasner)
311
311
  [Mohamed Diarra](https://github.com/mohdiarra)
312
312
  ### Want to Contribute?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-native-biometric",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "This plugin gives access to the native biometric apis for android and iOS",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",