From d82d0a1b9fca741b9ec44accdf553606a6576dda Mon Sep 17 00:00:00 2001 From: tablatronix <807787+tablatronix@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:29:49 -0600 Subject: [PATCH] version bump --- library.json | 2 +- library.properties | 2 +- wm_consts_en.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 417cf64c8..a04050af0 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 784f07217..559ff72f7 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 b1c615f46..dac35e46a 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";