Skip to content

Commit

Permalink
(task) bumps version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Wilson committed Sep 23, 2019
1 parent af75ed0 commit bf2a2af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.2.0 - 2019-09-23 (Yellow Mark)

- (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac)
- (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito)
- (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk)

## 5.1.0 - 2019-06-24 (The Upside Down)

- (iOS/Android) Added getSubnet method (thanks @richardvclam)
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.1.0",
"version": "5.2.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.1.0"
s.version = "5.2.0"
s.summary = "Get local network information"

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

0 comments on commit bf2a2af

Please sign in to comment.