Skip to content

Commit

Permalink
chore: bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c0un7-z3r0 committed Feb 2, 2022
1 parent 688665b commit 6ed7fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/phoniebox/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
NAME = "Phoniebox"
DOMAIN = "phoniebox"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.1.1"
VERSION = "0.2.0"
ATTRIBUTION = ""
ISSUE_URL = "https://github.com/c0un7-z3r0/hass-phoniebox/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/phoniebox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/c0un7-z3r0/hass-phoniebox",
"iot_class": "local_push",
"issue_tracker": "https://github.com/c0un7-z3r0/hass-phoniebox/issues",
"version": "0.1.1",
"version": "0.2.0",
"config_flow": true,
"after_dependencies": [
"mqtt"
Expand Down

0 comments on commit 6ed7fdb

Please sign in to comment.