Skip to content

Commit

Permalink
Version 0.2.1 - Add version to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
MizterB committed May 30, 2021
1 parent 2d18c53 commit 42992c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
10 changes: 5 additions & 5 deletions custom_components.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"proliphix_plus": {
"version": "0.2",
"proliphix_plus": {
"version": "0.2.1",
"local_location": "/custom_components/proliphix_plus/__init__.py",
"remote_location": "https://raw.githubusercontent.com/MizterB/homeassistant-proliphix-plus/master/custom_components/proliphix_plus/__init__.py",
"visit_repo": "https://github.com/MizterB/homeassistant-proliphix-plus",
"changelog": "https://github.com/MizterB/homeassistant-proliphix-plus",
"resources": [
"https://raw.githubusercontent.com/MizterB/homeassistant-proliphix-plus/master/custom_components/proliphix_plus/climate.py"
"https://raw.githubusercontent.com/MizterB/homeassistant-proliphix-plus/master/custom_components/proliphix_plus/climate.py"
]
}
}
}
}
2 changes: 1 addition & 1 deletion custom_components/proliphix_plus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 0.2
VERSION = "0.2.1"
17 changes: 8 additions & 9 deletions custom_components/proliphix_plus/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"domain": "proliphix_plus",
"name": "Proliphix Plus",
"documentation": "https://github.com/MizterB/homeassistant-proliphix-plus",
"requirements": [],
"dependencies": [],
"codeowners": [
"@MizterB"
]
}
"domain": "proliphix_plus",
"name": "Proliphix Plus",
"documentation": "https://github.com/MizterB/homeassistant-proliphix-plus",
"requirements": [],
"dependencies": [],
"codeowners": ["@MizterB"],
"version": "0.2.1"
}

0 comments on commit 42992c3

Please sign in to comment.