Skip to content

Commit a45a58b

Browse files
authored
Set integration version to 0.6.0 (#29)
1 parent 224ea03 commit a45a58b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

custom_components/readme/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
DOMAIN = "readme"
88
DOMAIN_DATA = "readme_data"
9-
INTEGRATION_VERSION = "0.0.0"
9+
INTEGRATION_VERSION = "0.6.0"
1010

1111
ISSUE_URL = "https://github.com/custom-components/readme/issues"
1212

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"domain": "readme",
33
"name": "Generate readme",
4-
"after_dependencies": ["hassio"],
5-
"codeowners": ["@ludeeus"],
4+
"after_dependencies": [
5+
"hassio"
6+
],
7+
"codeowners": [
8+
"@ludeeus"
9+
],
610
"config_flow": true,
711
"documentation": "https://github.com/custom-components/readme",
812
"iot_class": "calculated",
913
"issue_tracker": "https://github.com/custom-components/issues",
10-
"version": "0.0.0"
11-
}
14+
"version": "0.6.0"
15+
}

0 commit comments

Comments
 (0)