Skip to content

Commit d82d0a1

Browse files
committed
version bump
1 parent b1720d2 commit d82d0a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WiFiManager",
3-
"version": "2.0.16-rc.2",
3+
"version": "2.0.17",
44
"keywords": "wifi,wi-fi,esp,esp8266,esp32,espressif8266,espressif32,nodemcu,wemos,arduino",
55
"description": "WiFi Configuration manager with web configuration portal for ESP boards",
66
"authors":

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiManager
2-
version=2.0.16-rc.2
2+
version=2.0.17
33
author=tzapu
44
maintainer=tablatronix
55
sentence=WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu

wm_consts_en.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// -----------------------------------------------------------------------------------------------
1818
// TOKENS
1919

20-
const char WM_VERSION_STR[] PROGMEM = "v2.0.15-rc.1";
20+
const char WM_VERSION_STR[] PROGMEM = "v2.0.17";
2121

2222
static const char _wifi_token[] PROGMEM = "wifi";
2323
static const char _wifinoscan_token[] PROGMEM = "wifinoscan";

0 commit comments

Comments
 (0)