Skip to content

Commit 4ce7194

Browse files
committed
Bump version to v0.1.0
Changelog: Complete rewrite of networking and discovery
1 parent 55b0ca4 commit 4ce7194

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.homeychangelog.json

+3
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
},
3232
"0.0.11": {
3333
"en": "Increase network timeout to support larger amount of devices"
34+
},
35+
"0.1.0": {
36+
"en": "Complete rewrite of networking and discovery"
3437
}
3538
}

.homeycompose/app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "com.christerbeke.uponor-smatrix",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"compatibility": ">=5.0.0",
55
"sdk": 3,
66
"platforms": [

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
33
"id": "com.christerbeke.uponor-smatrix",
4-
"version": "0.0.11",
4+
"version": "0.1.0",
55
"compatibility": ">=5.0.0",
66
"sdk": 3,
77
"platforms": [

0 commit comments

Comments
 (0)