Skip to content

Commit 23809f4

Browse files
author
Corey Wilson
committed
bumping version to 1.0.0
1 parent 6197ddb commit 23809f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 16
99
targetSdkVersion 22
1010
versionCode 1
11-
versionName "0.2.0"
11+
versionName "1.0.0"
1212
}
1313

1414
buildTypes {
@@ -28,4 +28,4 @@ dependencies {
2828
compile fileTree(dir: 'libs', include: ['*.jar'])
2929
compile 'com.android.support:appcompat-v7:23.0.1'
3030
compile 'com.facebook.react:react-native:+'
31-
}
31+
}

react-native-network-info.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-network-info"
3-
s.version = "0.2.1"
3+
s.version = "1.0.0"
44
s.summary = "Get local network information"
55

66
s.homepage = "https://github.com/pusherman/react-native-network-info"

0 commit comments

Comments
 (0)