Skip to content

Commit

Permalink
(choir) bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pusherman committed Apr 29, 2017
1 parent 176bb97 commit 82419c0
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 @@
## 2.1.0 - 2017-04-28 (City Slicker)

### Features
- Added method for getting BSSID


## 2.0.0 - 2017-04-07 (Saki Bomb)

### Breaking Changes
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": "2.0.0",
"version": "2.1.0",
"description": "Get local network information",
"main": "NetworkInfo.js",
"repository": {
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 = "2.0.0"
s.version = "2.1.0"
s.summary = "Get local network information"

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

0 comments on commit 82419c0

Please sign in to comment.