Skip to content

Commit 57b0f43

Browse files
committed
update version #
1 parent 678086c commit 57b0f43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PersWiFiManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* PersWiFiManager
2-
* version 2.0.0
2+
* version 2.0.2
33
* https://r-downing.github.io/PersWiFiManager/
44
*/
55

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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PersWiFiManager
2-
version=2.0.1
2+
version=2.0.2
33
author=Ryan Downing
44
maintainer=Ryan Downing
55
sentence=Persistent WiFi Manager

0 commit comments

Comments
 (0)