From 074a74f68dff88b6ce5dc4d51c230742e2590873 Mon Sep 17 00:00:00 2001 From: Thibaud RENAUX Date: Thu, 4 Jul 2024 12:48:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=201.0.1=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🩹 Hotfix support tokens v2 --- 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 47b7bab..40ac9e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cryptr/cryptr-react-native", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cryptr/cryptr-react-native", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index ca68763..9622b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cryptr/cryptr-react-native", - "version": "1.0.0", + "version": "1.0.1", "description": "React Native SDK for Cryptr Authentication", "main": "lib/commonjs/index", "module": "lib/module/index",