Skip to content

Commit 7403865

Browse files
committed
Bump version to v0.0.9
Changelog: Improvements for IP address configuration
1 parent 3fffb15 commit 7403865

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
@@ -22,5 +22,8 @@
2222
},
2323
"0.0.8": {
2424
"en": "Fixed IP address settings"
25+
},
26+
"0.0.9": {
27+
"en": "Improvements for IP address configuration"
2528
}
2629
}

.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.8",
3+
"version": "0.0.9",
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.8",
4+
"version": "0.0.9",
55
"compatibility": ">=5.0.0",
66
"sdk": 3,
77
"platforms": [

0 commit comments

Comments
 (0)