diff --git a/README.md b/README.md index 40a129e..e04b079 100755 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ fingerprintAuth.available().then(avail => { ``` ## Changelog +- 6.0.3 [Android interfered with other plugins' Intents](https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/pull/28). +- 6.0.2 [Plugin not working correctly on iOS production builds / TestFlight](https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/issues/27). - 6.0.1 Fixed a compatibility issues with NativeScript 3.4. - 6.0.0 Allow custom UI on Android. - 5.0.0 Better `Face ID` support. Breaking change, see the API for `available`. diff --git a/src/package.json b/src/package.json index 5d24a72..dbbf26f 100755 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-fingerprint-auth", - "version": "6.0.2", + "version": "6.0.3", "description": "A fingerprint authentication plugin for use in NativeScript apps", "main": "fingerprint-auth", "nativescript": {