Skip to content

Commit fd15843

Browse files
author
Corey Wilson
committed
(docs) update to reflect 5.0.1
1 parent 13e687a commit fd15843

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.0.1 - 2019-05-25 (Teensy Weensy)
2+
3+
### Bug Fix
4+
- (Android) Remvoed unused Android import (thanks @GuillermoRivera & @MaShizhen)
5+
16
## 5.0.0 - 2019-05-25 (Itsy Bitsy)
27

38
### Breaking Changes

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.0",
3+
"version": "5.0.1",
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 = "4.0.1"
3+
s.version = "5.0.1"
44
s.summary = "Get local network information"
55

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

0 commit comments

Comments
 (0)