diff --git a/package-lock.json b/package-lock.json index ba9f4cb..8d75fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capacitor-native-biometric", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capacitor-native-biometric", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@capacitor/core": "^3.4.3" diff --git a/package.json b/package.json index efffe0b..b8cc8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-native-biometric", - "version": "4.0.0", + "version": "4.1.0", "description": "This plugin gives access to the native biometric apis for android and iOS", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",