From 76475e852ede2d701b8793c5fe2c0eac1d6f51b4 Mon Sep 17 00:00:00 2001 From: Atul R Date: Mon, 29 Jan 2018 21:17:59 +0530 Subject: [PATCH] Added credits --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc59124..3c5c8ae 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ getAppstoreAppVersion(storeSpecificId, { - [Atul R](https://github.com/master-atul) - [Dmytro Gorelik](https://github.com/dhorelik) - [Oleg Filimonov](https://github.com/olegfilimonov) +- [Carlos](https://github.com/carl0395) ### License MIT diff --git a/package.json b/package.json index e85cc13..9b7c374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appstore-version-checker", - "version": "2.3.0", + "version": "2.3.2", "description": "A react native module to find the app version on play store and ios app store", "main": "index.js", "scripts": {