Skip to content

Commit

Permalink
update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
r-downing committed Nov 11, 2017
1 parent 678086c commit 57b0f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PersWiFiManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* PersWiFiManager
* version 2.0.0
* version 2.0.2
* https://r-downing.github.io/PersWiFiManager/
*/

Expand Down Expand Up @@ -112,4 +112,4 @@ void PersWiFiManager::setApCredentials(const String& apSsid, const String& apPas
if (apSsid.length()) _apSsid = apSsid;
if (apPass.length() >= 8) _apPass = apPass;
} //setApCredentials


2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PersWiFiManager
version=2.0.1
version=2.0.2
author=Ryan Downing
maintainer=Ryan Downing
sentence=Persistent WiFi Manager
Expand Down

0 comments on commit 57b0f43

Please sign in to comment.