Skip to content

Commit 12e8e4b

Browse files
author
Corey Wilson
committed
(docs) updating readme and changelog for 3.0.0
1 parent 0c39f5b commit 12e8e4b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.0 - 2017-08-07 (Flapjack)
2+
3+
### Breaking Changes
4+
- Updated to support React Native 0.47
5+
6+
17
## 2.2.0 - 2017-05-23 (Juggernaut)
28

39
### Features

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
React Native library for getting information about the devices network
44

5+
## Requirements
6+
7+
Version 3+ requires RN 0.47 or higher
8+
Version 2+ requires RN 0.40 - RN 0.46
9+
510
## Installation
611

712
```javascript

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-info",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"lan"
1616
],
1717
"peerDependencies": {
18-
"react-native": ">=0.40"
18+
"react-native": ">=0.47"
1919
},
2020
"author": "Corey Wilson <corey@eastcodes.com> (https://github.com/powerfulninja)",
2121
"license": "MIT"

react-native-network-info.podspec

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