diff --git a/data-src/appversion b/data-src/appversion index f1cb5ae..e4a0720 100644 --- a/data-src/appversion +++ b/data-src/appversion @@ -1 +1 @@ -3.0.10 \ No newline at end of file +3.0.11 \ No newline at end of file diff --git a/data-src/index.html b/data-src/index.html index ed72d80..3875bb3 100644 --- a/data-src/index.html +++ b/data-src/index.html @@ -8,9 +8,9 @@ - - - + + + @@ -114,7 +114,7 @@ rel="apple-touch-startup-image"> - +
diff --git a/data-src/index.js b/data-src/index.js index ce10a44..ed66600 100644 --- a/data-src/index.js +++ b/data-src/index.js @@ -1270,7 +1270,7 @@ var security = new Security(); class General { initialized = false; - appVersion = 'v3.0.10'; + appVersion = 'v3.0.11'; reloadApp = false; init() { if (this.initialized) return; diff --git a/src/ConfigSettings.h b/src/ConfigSettings.h index 94a7509..4bc1010 100644 --- a/src/ConfigSettings.h +++ b/src/ConfigSettings.h @@ -5,7 +5,7 @@ #ifndef configsettings_h #define configsettings_h #include "WResp.h" -#define FW_VERSION "v3.0.10" +#define FW_VERSION "v3.0.11" enum class conn_types_t : byte { unset = 0x00, wifi = 0x01,