Skip to content

Commit

Permalink
(docs) updating readme and changelog for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Wilson committed Aug 7, 2017
1 parent 0c39f5b commit 12e8e4b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0 - 2017-08-07 (Flapjack)

### Breaking Changes
- Updated to support React Native 0.47


## 2.2.0 - 2017-05-23 (Juggernaut)

### Features
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

React Native library for getting information about the devices network

## Requirements

Version 3+ requires RN 0.47 or higher
Version 2+ requires RN 0.40 - RN 0.46

## Installation

```javascript
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-network-info",
"version": "2.2.0",
"version": "3.0.0",
"description": "Get local network information",
"main": "NetworkInfo.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"lan"
],
"peerDependencies": {
"react-native": ">=0.40"
"react-native": ">=0.47"
},
"author": "Corey Wilson <[email protected]> (https://github.com/powerfulninja)",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion react-native-network-info.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-network-info"
s.version = "2.1.0"
s.version = "3.0.0"
s.summary = "Get local network information"

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

0 comments on commit 12e8e4b

Please sign in to comment.