We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6197ddb commit 23809f4Copy full SHA for 23809f4
android/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 16
9
targetSdkVersion 22
10
versionCode 1
11
- versionName "0.2.0"
+ versionName "1.0.0"
12
}
13
14
buildTypes {
@@ -28,4 +28,4 @@ dependencies {
28
compile fileTree(dir: 'libs', include: ['*.jar'])
29
compile 'com.android.support:appcompat-v7:23.0.1'
30
compile 'com.facebook.react:react-native:+'
31
-}
+}
react-native-network-info.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "react-native-network-info"
3
- s.version = "0.2.1"
+ s.version = "1.0.0"
4
s.summary = "Get local network information"
5
6
s.homepage = "https://github.com/pusherman/react-native-network-info"
0 commit comments