Skip to content

Commit b4440fb

Browse files
author
corey
committed
(docs) bump version to 5.1.0
1 parent f9617da commit b4440fb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.1.0 - 2019-06-24 (The Upside Down)
2+
3+
- (iOS/Android) Added getSubnet method (thanks @richardvclam)
4+
- (iOS) Added support for tvOS (thanks @richardvclam & @ChrisOdicho)
5+
16
## 5.0.1 - 2019-05-25 (Teensy Weensy)
27

38
### Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-info",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
66
"types": "NetworkInfo.d.ts",

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