Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Mar 2, 2024
1 parent b1720d2 commit d82d0a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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":
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion wm_consts_en.h
Expand Up @@ -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";
Expand Down

0 comments on commit d82d0a1

Please sign in to comment.