Commit 1aafc6f0 authored by Gant Laborde's avatar Gant Laborde

bump for release

parent 8b1b6726
...@@ -10,6 +10,8 @@ Device Information for [React Native](https://github.com/facebook/react-native) ...@@ -10,6 +10,8 @@ Device Information for [React Native](https://github.com/facebook/react-native)
npm install --save react-native-device-info npm install --save react-native-device-info
``` ```
#### RN > 0.47 use 0.11 or higher
## Automatically link ## Automatically link
#### With React Native 0.27+ #### With React Native 0.27+
......
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.10.2", "version": "0.11.0",
"description": "Get device information using react-native", "description": "Get device information using react-native",
"main": "deviceinfo.js", "main": "deviceinfo.js",
"typings": "./deviceinfo.d.ts", "typings": "./deviceinfo.d.ts",
...@@ -19,5 +19,10 @@ ...@@ -19,5 +19,10 @@
"cocoapod" "cocoapod"
], ],
"author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
"contributors": [{
"name": "Gant Laborde",
"email": "gant@infinite.red",
"url": "https://github.com/gantman"
}],
"license": "MIT" "license": "MIT"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment