Skip to content

Commit

Permalink
chore: release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sian-Lee-SA committed Jan 4, 2023
1 parent 1a03dcf commit 8c162cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions custom_components/switch_manager/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"domain": "switch_manager",
"name": "Switch Manager",
"version": "0.3.2",
"version": "0.3.3",
"documentation": "https://github.com/Sian-Lee-SA/switch_manager",
"dependencies": ["panel_custom", "websocket_api", "http", "frontend", "script", "mqtt"],
"dependencies": [
"panel_custom",
"websocket_api",
"http",
"frontend",
"script",
"mqtt"
],
"requirements": [],
"codeowners": ["@Sian-Lee-SA"],
"codeowners": [
"@Sian-Lee-SA"
],
"issue_tracker": "https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager/issues",
"iot_class": "local_push",
"config_flow": true
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,6 @@
"lit-html": "2.1.2",
"lit-element": "3.1.2",
"@lit/reactive-element": "1.2.1"
}
},
"version": "0.3.3"
}

0 comments on commit 8c162cd

Please sign in to comment.