Skip to content

Commit 519e513

Browse files
committed
fix dashboard version and log download
1 parent 5e00ee1 commit 519e513

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

addon_files/redmatic/bin/redmaticVersions

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jo -p ccu=`cat /VERSION | jo` \
3232
redmatic=$VERSION_ADDON \
3333
nodejs=`node --version | cut -c 2-` \
3434
$JO_ARGS
35+

addon_files/redmatic/var/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dependencies": {
66
"node-red-node-email": "1.0.6",
77
"node-red-node-rbe": "0.2.4",
8-
"node-red-dashboard": "2.11.0",
8+
"node-red-dashboard": "2.12.0",
99
"node-red-contrib-ccu": "1.9.2",
1010
"node-red-contrib-combine": "1.6.2",
1111
"node-red-contrib-mqtt-json": "1.0.1",
1212
"node-red-contrib-time-range-switch": "0.6.1",
1313
"redmatic-led": "1.0.0",
1414
"redmatic-webapp": "0.2.1",
15-
"redmatic-homekit": "0.7.8"
15+
"redmatic-homekit": "0.7.9"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmatic",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "Node-RED packaged as Homematic CCU addon",
55
"repository": "github:hobbyquaker/redmatic",
66
"private": true,

0 commit comments

Comments
 (0)