Skip to content

Commit 55df8c9

Browse files
committed
myheat: release 0.1.0
1 parent 057e94a commit 55df8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/myheat/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
NAME = "MyHeat"
1313
DOMAIN = "myheat"
1414
DOMAIN_DATA = f"{DOMAIN}_data"
15-
VERSION = "0.0.0"
15+
VERSION = "0.1.0"
1616

1717
ATTRIBUTION = "https://myheat.net"
1818
MANUFACTURER = "https://myheat.net"

custom_components/myheat/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"requirements": [],
1111
"iot_class": "cloud_polling",
1212
"loggers": ["myheat"],
13-
"version": "0.0.1"
13+
"version": "0.1.0"
1414
}

0 commit comments

Comments
 (0)