Commit 2ebefdda authored by Gant's avatar Gant

version bump to 0.9.4

parent 27f2bb35
node_modules node_modules
.DS_Store
# Xcode # Xcode
# #
build/ build/
......
...@@ -7,8 +7,8 @@ android { ...@@ -7,8 +7,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }
......
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.9.3", "version": "0.9.4",
"description": "Get device information using react-native", "description": "Get device information using react-native",
"main": "deviceinfo.js", "main": "deviceinfo.js",
"repository": { "repository": {
......
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