From 83c427a92d754fe4b77214a2c6ed7d40e6fe9bc7 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 19 Oct 2022 23:22:40 -0500 Subject: [PATCH] Version updated to 8.1.5 --- package-lock.json | 4 ++-- package.json | 2 +- src/config.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b475a0..e81f11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-iaphub", - "version": "8.1.4", + "version": "8.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-iaphub", - "version": "8.1.4", + "version": "8.1.5", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^11.0.0", diff --git a/package.json b/package.json index e85af95..aa7c62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iaphub", - "version": "8.1.4", + "version": "8.1.5", "description": "The easiest way to implement IAP (In-app purchase) in your React Native app", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/config.tsx b/src/config.tsx index 1ce014a..9b3c510 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -1,3 +1,3 @@ export default { - version: "8.1.4" + version: "8.1.5" }; \ No newline at end of file