Skip to content

Commit

Permalink
I think i versioned this wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Dec 10, 2022
1 parent 26a33e3 commit 430a9bc
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.0-rc.1",
"version": "2.0.15-rc.1",
"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.0-rc.1
version=2.0.15-rc.1
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.0-rc.1";
const char WM_VERSION_STR[] PROGMEM = "v2.0.15-rc.1";

const uint8_t _nummenutokens = 11;
const char * const _menutokens[_nummenutokens] PROGMEM = {
Expand Down

0 comments on commit 430a9bc

Please sign in to comment.