Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hankolsen committed Mar 27, 2021
1 parent e9b0cee commit 6cdf1f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.horstmann",
"version": "0.2.14",
"version": "0.3.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
14 changes: 13 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.horstmann",
"version": "0.2.14",
"version": "0.3.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -733,6 +733,18 @@
"instruction": {
"en": "Press and hold the network button until the ‘ON’ LED’s start flashing.\nThe SSR 303 has been added onto the network when the ‘OFF’ LED goes solid red."
}
},
"multiChannelNodes": {
"2": {
"class": "socket",
"capabilities": [
"onoff"
],
"icon": "/drivers/ssr303/assets/icon-multichannelnode-2.svg",
"name": {
"en": "SSR303 Channel 2"
}
}
}
}
}
Expand Down

0 comments on commit 6cdf1f4

Please sign in to comment.