Skip to content

Commit c571f12

Browse files
author
Corey Wilson
committed
(task) bump version 3.2.0
1 parent 112d793 commit c571f12

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
## 3.2.0 - 2018-04-03 (Fine Wine)
2+
3+
### Features
4+
- (iOS/Android) Added method for getting broadcast address (thanks @codlab)
5+
- (Android) Upgrade library dependencies (thanks @codlab)
6+
7+
18
## 3.1.0 - 2018-03-06 (Catnip)
2-
9+
310
### Features
411
- (iOS) Added support for getting IPv4 address (thanks @jgfidelis)
512

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": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
66
"repository": {

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