From 7364c1ef8004ffdf7bc96863b57022e8a622b7f5 Mon Sep 17 00:00:00 2001 From: Atul Date: Wed, 19 Dec 2018 10:28:15 +0100 Subject: [PATCH] Bumped version and added thanks --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f0aaa..645bea1 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ getAppstoreAppVersion(storeSpecificId, { - [EricH](https://github.com/jehartzog) - [Regan Langford](https://github.com/ReganL) - [Yuttana K](https://github.com/Thunderbird7) +- [Luís](https://github.com/luissmg) ### License diff --git a/package.json b/package.json index 2fc9de5..934c5c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appstore-version-checker", - "version": "2.5.5", + "version": "2.7.0", "description": "A react native module to find the app version on play store and ios app store", "main": "index.js", "scripts": {