Skip to content

Commit

Permalink
(docs) bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jun 24, 2019
1 parent f9617da commit b4440fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.1.0 - 2019-06-24 (The Upside Down)

- (iOS/Android) Added getSubnet method (thanks @richardvclam)
- (iOS) Added support for tvOS (thanks @richardvclam & @ChrisOdicho)

## 5.0.1 - 2019-05-25 (Teensy Weensy)

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-network-info",
"version": "5.0.1",
"version": "5.1.0",
"description": "Get local network information",
"main": "NetworkInfo.js",
"types": "NetworkInfo.d.ts",
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 = "5.0.1"
s.version = "5.1.0"
s.summary = "Get local network information"

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

0 comments on commit b4440fb

Please sign in to comment.