Skip to content

Commit 2ca1b8b

Browse files
chore: bump version to v3.0.11
1 parent 81a5aed commit 2ca1b8b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

data-src/appversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.10
1+
3.0.11

data-src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
99
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1010

11-
<link rel="stylesheet" href="main.css?v=3.0.10c" type="text/css" />
12-
<link rel="stylesheet" href="widgets.css?v=3.0.10c" type="text/css" />
13-
<link rel="stylesheet" href="icons.css?v=3.0.10c" type="text/css" />
11+
<link rel="stylesheet" href="main.css?v=3.0.11c" type="text/css" />
12+
<link rel="stylesheet" href="widgets.css?v=3.0.11c" type="text/css" />
13+
<link rel="stylesheet" href="icons.css?v=3.0.11c" type="text/css" />
1414
<link rel="icon" type="image/png" href="favicon.png" />
1515

1616
<!-- iPad retina icon -->
@@ -114,7 +114,7 @@
114114
rel="apple-touch-startup-image">
115115

116116

117-
<script type="text/javascript" src="index.js?v=3.0.10c"></script>
117+
<script type="text/javascript" src="index.js?v=3.0.11c"></script>
118118
</head>
119119
<body>
120120
<div id="divContainer" class="container main" data-auth="false">

data-src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ var security = new Security();
12701270

12711271
class General {
12721272
initialized = false;
1273-
appVersion = 'v3.0.10';
1273+
appVersion = 'v3.0.11';
12741274
reloadApp = false;
12751275
init() {
12761276
if (this.initialized) return;

src/ConfigSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef configsettings_h
66
#define configsettings_h
77
#include "WResp.h"
8-
#define FW_VERSION "v3.0.10"
8+
#define FW_VERSION "v3.0.11"
99
enum class conn_types_t : byte {
1010
unset = 0x00,
1111
wifi = 0x01,

0 commit comments

Comments
 (0)