Skip to content

Commit de65758

Browse files
committed
new version : v1.1.2
1 parent 654bf7c commit de65758

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components/web_server/www/html/js/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
3-
var version="1.1.1",
3+
var version="1.1.2",
44
sL = getE('spinner-container'),
55
notification = getE("notification"),
66
themeColor = getComputedStyle(document.body),
Binary file not shown.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
[extra_script_settings]
13-
version = 1.1.1 ; Set the version to the project
13+
version = 1.1.2 ; Set the version to the project
1414
merge_to_single_bin = 1 ; (0 = disable) Enable the conversion of a multiple bins to single bin file of 0x0 format
1515

1616

0 commit comments

Comments
 (0)