Skip to content

Commit 2229cac

Browse files
authored
Merge pull request #19 from gjroots/dev
v1.1.4
2 parents 27d7021 + 6633253 commit 2229cac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
3-
var version="1.1.3",
3+
var version="1.1.4",
44
sL = getE('spinner-container'),
55
notification = getE("notification"),
66
themeColor = getComputedStyle(document.body),
Binary file not shown.

platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
[extra_script_settings]
13-
version = 1.1.3 ; Set the version to the project
13+
version = 1.1.4 ; 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)