From 1e83d0b911b85f2973f812b998243ccda23d6b79 Mon Sep 17 00:00:00 2001 From: Jose Martinez Date: Wed, 14 Jun 2023 11:29:06 -0400 Subject: [PATCH] 4.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e78c3a..03af304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capacitor-native-biometric", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capacitor-native-biometric", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "dependencies": { "@capacitor/core": "^3.4.3" diff --git a/package.json b/package.json index 05f413a..b297550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-native-biometric", - "version": "4.2.0", + "version": "4.2.1", "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",