Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
Changelog: Improve connection stability.
  • Loading branch information
RobinBol committed Jun 8, 2023
1 parent 10a34bd commit e4f1000
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"1.0.0": {
"en": "Add support for Everything Presence One."
},
"1.0.1": {
"en": "Improve connection stability."
}
}
19 changes: 14 additions & 5 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
{
"id": "io.everythingsmart",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": ["local"],
"platforms": [
"local"
],
"name": {
"en": "Everything Smart"
},
"tags": {
"en": ["everything", "presence", "everythingsmart", "mmwave"]
"en": [
"everything",
"presence",
"everythingsmart",
"mmwave"
]
},
"brandColor": "#5621F5",
"description": {
"en": "Builing a Better Smart Home"
},
"category": ["security"],
"category": [
"security"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
Expand All @@ -40,4 +49,4 @@
}
}
}
}
}
2 changes: 1 addition & 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": "io.everythingsmart",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand Down

0 comments on commit e4f1000

Please sign in to comment.