From 9de6d4e8dfe97dd8f7cf3a253584314e20089119 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsanakas Date: Tue, 16 Jul 2024 10:11:28 +0200 Subject: [PATCH] 1.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9016b2..9b3ede0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perfood/capacitor-crypto-api", - "version": "0.0.1", + "version": "1.0.0-0", "description": "Capacitor plugin that uses Secure Enclave (iOS) or StrongBox/TEE (Android) to generate key-pairs and sign data.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",