chore: bump version to v3.0.11

This commit is contained in:
github-actions[bot] 2026-04-06 09:02:01 +00:00
parent 81a5aed9cd
commit 2ca1b8bd61
4 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
3.0.10 3.0.11

View file

@ -8,9 +8,9 @@
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App"> <meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="main.css?v=3.0.10c" type="text/css" /> <link rel="stylesheet" href="main.css?v=3.0.11c" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=3.0.10c" type="text/css" /> <link rel="stylesheet" href="widgets.css?v=3.0.11c" type="text/css" />
<link rel="stylesheet" href="icons.css?v=3.0.10c" type="text/css" /> <link rel="stylesheet" href="icons.css?v=3.0.11c" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" /> <link rel="icon" type="image/png" href="favicon.png" />
<!-- iPad retina icon --> <!-- iPad retina icon -->
@ -114,7 +114,7 @@
rel="apple-touch-startup-image"> rel="apple-touch-startup-image">
<script type="text/javascript" src="index.js?v=3.0.10c"></script> <script type="text/javascript" src="index.js?v=3.0.11c"></script>
</head> </head>
<body> <body>
<div id="divContainer" class="container main" data-auth="false"> <div id="divContainer" class="container main" data-auth="false">

View file

@ -1270,7 +1270,7 @@ var security = new Security();
class General { class General {
initialized = false; initialized = false;
appVersion = 'v3.0.10'; appVersion = 'v3.0.11';
reloadApp = false; reloadApp = false;
init() { init() {
if (this.initialized) return; if (this.initialized) return;

View file

@ -5,7 +5,7 @@
#ifndef configsettings_h #ifndef configsettings_h
#define configsettings_h #define configsettings_h
#include "WResp.h" #include "WResp.h"
#define FW_VERSION "v3.0.10" #define FW_VERSION "v3.0.11"
enum class conn_types_t : byte { enum class conn_types_t : byte {
unset = 0x00, unset = 0x00,
wifi = 0x01, wifi = 0x01,