From 0db84198a028a12cd3f0e5c471dfb424ba40567d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Feb 2024 19:08:50 -0500 Subject: [PATCH] Version updated to 8.5.1 --- 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 9945388..d3da87e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-iaphub", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-iaphub", - "version": "8.5.0", + "version": "8.5.1", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^11.0.0", diff --git a/package.json b/package.json index 376f15b..0b1b797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iaphub", - "version": "8.5.0", + "version": "8.5.1", "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 445965e..dba8f83 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -1,3 +1,3 @@ export default { - version: "8.5.0" + version: "8.5.1" }; \ No newline at end of file