From 5a08d9b276d303b09c82ecbfaabddc00d277b888 Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Wed, 11 Dec 2024 10:17:31 -0500 Subject: [PATCH] chore: release 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 215c351..52980e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ts-identity-orchestration", - "version": "0.1.4", + "version": "0.1.5", "description": "React Native wrapper for Transmit Security IDO SDK", "main": "lib/commonjs/index", "module": "lib/module/index",