diff --git a/ConfigSettings.h b/ConfigSettings.h index 350db96..4d4b2a6 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h #include "WResp.h" -#define FW_VERSION "v2.4.7" +#define FW_VERSION "v3.0.0" enum class conn_types_t : byte { unset = 0x00, wifi = 0x01, diff --git a/data/appversion b/data/appversion index 48a6b50..56fea8a 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -2.4.7 \ No newline at end of file +3.0.0 \ No newline at end of file diff --git a/data/index.html b/data/index.html index f48df8f..d986aca 100644 --- a/data/index.html +++ b/data/index.html @@ -9,9 +9,9 @@ - - - + + + @@ -81,7 +81,7 @@ and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image"> - + diff --git a/data/index.js b/data/index.js index 2a70854..a4f6c4c 100644 --- a/data/index.js +++ b/data/index.js @@ -1270,7 +1270,7 @@ var security = new Security(); class General { initialized = false; - appVersion = 'v2.4.7'; + appVersion = 'v3.0.0'; reloadApp = false; init() { if (this.initialized) return;