Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
- getConnectedSSID and getConnectedBSSID now handle the correct insta…
Browse files Browse the repository at this point in the history
…nce for when it is null and fire the fail callback as intended.

- Updated to v2.3.0
  • Loading branch information
Nicholas Clancy committed Jan 8, 2018
1 parent 1113f2a commit e1907c9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"\\src\\ios",
"\\www"
],
"SelectedNode": "\\README.md",
"SelectedNode": "\\package.json",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/cordovaNetworkManager/v15/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cordova Network Manager

##### Latest Stable Release: v2.2.0
##### Latest Dev Release: v2.2.7
##### Latest Stable Release: v2.3.0
##### Latest Dev Release: v2.3.0

Cordova Network Manager enables Wifi management for both Android and iOS applications within Cordova/Phonegap projects.

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": "cordovanetworkmanager",
"version": "2.2.7",
"version": "2.3.0",
"cordova": {
"id": "cordovanetworkmanager",
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordovanetworkmanager"
version="2.2.7">
version="2.3.0">

<name>cordovaNetworkManager</name>
<description>Cordova Network Manager for Android and iOS</description>
Expand Down

0 comments on commit e1907c9

Please sign in to comment.