From 740c550b0664e1636549828003c37fd68ebd166d Mon Sep 17 00:00:00 2001 From: Luca Vaccaro Date: Sat, 4 Jan 2025 17:50:10 +0100 Subject: [PATCH] feat: patched version to 0.8.2-1 Signed-off-by: Luca Vaccaro --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 8db4ab1..7e07e15 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "lwk-rn-example", - "version": "0.8.2", + "version": "0.8.2-1", "private": true, "scripts": { "android": "react-native run-android", diff --git a/package.json b/package.json index f413641..9d21586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lwk-rn", - "version": "0.8.2", + "version": "0.8.2-1", "description": "Liquid Wallet Kit react native module", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",