From ca8bf7fdcf9e5ee28fef0f035c6075e97d6ccd65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktoras=20Laukevi=C4=8Dius?= Date: Wed, 16 Feb 2022 21:09:11 +0200 Subject: [PATCH] Bump lib version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34044f5..616df39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-stripe-payments", "title": "React Native Stripe Payments", - "version": "1.0.7", + "version": "1.0.8", "description": "Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication).", "main": "build/index.js", "types": "build/index.d.ts",