From cbb1208009133d081eac42a0133a7c24772c8200 Mon Sep 17 00:00:00 2001 From: "w.siteee" Date: Wed, 24 May 2023 14:56:39 +0300 Subject: [PATCH] update lib / remove not used --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5109d074..f7ae64ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-payments", - "version": "0.9.8", + "version": "0.9.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4421f114..e8fc4318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-payments", - "version": "0.9.8", + "version": "0.9.9", "description": "Welcome to the best and most comprehensive library for integrating payments like Apple Pay and Google Pay into your React Native app.", "scripts": { "run:packager": "cd examples/native && yarn run:packager",