Skip to content

Commit

Permalink
fix dashboard version and log download
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Dec 7, 2018
1 parent 5e00ee1 commit 519e513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions addon_files/redmatic/bin/redmaticVersions
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jo -p ccu=`cat /VERSION | jo` \
redmatic=$VERSION_ADDON \
nodejs=`node --version | cut -c 2-` \
$JO_ARGS

4 changes: 2 additions & 2 deletions addon_files/redmatic/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dependencies": {
"node-red-node-email": "1.0.6",
"node-red-node-rbe": "0.2.4",
"node-red-dashboard": "2.11.0",
"node-red-dashboard": "2.12.0",
"node-red-contrib-ccu": "1.9.2",
"node-red-contrib-combine": "1.6.2",
"node-red-contrib-mqtt-json": "1.0.1",
"node-red-contrib-time-range-switch": "0.6.1",
"redmatic-led": "1.0.0",
"redmatic-webapp": "0.2.1",
"redmatic-homekit": "0.7.8"
"redmatic-homekit": "0.7.9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redmatic",
"version": "1.9.12",
"version": "1.9.13",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:hobbyquaker/redmatic",
"private": true,
Expand Down

0 comments on commit 519e513

Please sign in to comment.