diff --git a/package-lock.json b/package-lock.json index 78cd9ac..f417e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-iaphub", - "version": "8.0.3", + "version": "8.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-iaphub", - "version": "8.0.3", + "version": "8.0.4", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^11.0.0", diff --git a/package.json b/package.json index c6277aa..aea6ea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iaphub", - "version": "8.0.3", + "version": "8.0.4", "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 5228be7..6ba1a8e 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -1,3 +1,3 @@ export default { - version: "8.0.3" + version: "8.0.4" }; \ No newline at end of file