From 82419c064c6feef66d3563e00d9da41040a99099 Mon Sep 17 00:00:00 2001 From: Corey Wilson Date: Sat, 29 Apr 2017 00:08:57 -0400 Subject: [PATCH] (choir) bump version to 2.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- react-native-network-info.podspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9000e..9c90890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7f47e13..b668762 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/react-native-network-info.podspec b/react-native-network-info.podspec index 06af5ab..2445a86 100644 --- a/react-native-network-info.podspec +++ b/react-native-network-info.podspec @@ -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"