Skip to content

Commit 9fdb2fc

Browse files
author
Corey Wilson
committed
(choir) bumping version to 2.0.0
1 parent 84290e3 commit 9fdb2fc

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased (master branch)
1+
## 2.0.0 - 2017-04-07 (Saki Bomb)
22

33
### Breaking Changes
44
- (JS) Switched to named exports

android/build.gradle

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

1414
buildTypes {

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "react-native-network-info",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "[email protected]:pusherman/react-native-network-info.git"
@@ -18,7 +15,6 @@
1815
"lan"
1916
],
2017
"peerDependencies": {
21-
"react": ">=15.4.0",
2218
"react-native": ">=0.40"
2319
},
2420
"author": "Corey Wilson <[email protected]> (https://github.com/powerfulninja)",

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 = "1.0.0"
3+
s.version = "2.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)