Skip to content

Commit 82419c0

Browse files
committed
(choir) bump version to 2.1.0
1 parent 176bb97 commit 82419c0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0 - 2017-04-28 (City Slicker)
2+
3+
### Features
4+
- Added method for getting BSSID
5+
6+
17
## 2.0.0 - 2017-04-07 (Saki Bomb)
28

39
### 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": "2.0.0",
3+
"version": "2.1.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 = "2.0.0"
3+
s.version = "2.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)