Skip to content

Commit

Permalink
Bump version to v1.0.5
Browse files Browse the repository at this point in the history
Changelog: Fix a breaking change in the EP1 API that broke mmWave and occupancy detection.
  • Loading branch information
RobinBol committed Aug 9, 2023
1 parent b752508 commit 84c16a3
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
Expand Up @@ -13,5 +13,8 @@
},
"1.0.4": {
"en": "Fixed an issue that could cause the app to crash, and added more verbose logging."
},
"1.0.5": {
"en": "Fix a breaking change in the EP1 API that broke mmWave and occupancy detection."
}
}
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.4",
"version": "1.0.5",
"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.4",
"version": "1.0.5",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand Down

0 comments on commit 84c16a3

Please sign in to comment.