File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 3.1.0 - 2018-03-06 (Catnip)
2
-
9
+
3
10
### Features
4
11
- (iOS) Added support for getting IPv4 address (thanks @jgfidelis )
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-network-info" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Get local network information" ,
5
5
"main" : " NetworkInfo.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "react-native-network-info"
3
- s . version = "3.0 .0"
3
+ s . version = "3.2 .0"
4
4
s . summary = "Get local network information"
5
5
6
6
s . homepage = "https://github.com/pusherman/react-native-network-info"
You can’t perform that action at this time.
0 commit comments