diff --git a/data-src/appversion b/data-src/appversion
index 752a79e..f1cb5ae 100644
--- a/data-src/appversion
+++ b/data-src/appversion
@@ -1 +1 @@
-2.4.8
\ No newline at end of file
+3.0.10
\ No newline at end of file
diff --git a/data-src/index.html b/data-src/index.html
index e46ab30..ed72d80 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 46f0a39..ce10a44 100644
--- a/data-src/index.js
+++ b/data-src/index.js
@@ -1270,7 +1270,7 @@ var security = new Security();
class General {
initialized = false;
- appVersion = 'v2.4.8';
+ appVersion = 'v3.0.10';
reloadApp = false;
init() {
if (this.initialized) return;
diff --git a/src/ConfigSettings.h b/src/ConfigSettings.h
index bdd62a7..94a7509 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 "v2.4.8"
+#define FW_VERSION "v3.0.10"
enum class conn_types_t : byte {
unset = 0x00,
wifi = 0x01,