diff --git a/library.json b/library.json index 417cf64c..a04050af 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WiFiManager", - "version": "2.0.16-rc.2", + "version": "2.0.17", "keywords": "wifi,wi-fi,esp,esp8266,esp32,espressif8266,espressif32,nodemcu,wemos,arduino", "description": "WiFi Configuration manager with web configuration portal for ESP boards", "authors": diff --git a/library.properties b/library.properties index 784f0721..559ff72f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WiFiManager -version=2.0.16-rc.2 +version=2.0.17 author=tzapu maintainer=tablatronix sentence=WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu diff --git a/wm_consts_en.h b/wm_consts_en.h index b1c615f4..dac35e46 100644 --- a/wm_consts_en.h +++ b/wm_consts_en.h @@ -17,7 +17,7 @@ // ----------------------------------------------------------------------------------------------- // TOKENS -const char WM_VERSION_STR[] PROGMEM = "v2.0.15-rc.1"; +const char WM_VERSION_STR[] PROGMEM = "v2.0.17"; static const char _wifi_token[] PROGMEM = "wifi"; static const char _wifinoscan_token[] PROGMEM = "wifinoscan";