Skip to content

Commit

Permalink
Bumped version and added credits
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed May 29, 2017
1 parent 8ccb6c8 commit db43163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,20 @@ When we hit the above said urls we get json with all the info of the app.
const storeSpecificId = Platform.OS === 'ios'
? '529479190'
: 'com.supercell.clashofclans'

getAppstoreAppVersion(storeSpecificId, {
jquerySelector: '[itemprop=\'softwareVersion\']',
typeOfId: 'id',
country: 'de'
})
```

### Contributors

Atul R : https://github.com/master-atul

Dmytro Gorelik : https://github.com/dhorelik


### License
MIT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-appstore-version-checker",
"version": "1.0.2",
"version": "2.0.0",
"description": "A react native module to find the app version on play store and ios app store",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db43163

Please sign in to comment.