Skip to content

Commit

Permalink
chore: bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c0un7-z3r0 authored Jun 21, 2022
1 parent 1b63552 commit a792e67
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 @@ -30,7 +30,7 @@
NAME = "Phoniebox"
DOMAIN = "phoniebox"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.3.2"
VERSION = "0.3.3"
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.3.2",
"version": "0.3.3",
"config_flow": true,
"after_dependencies": [
"mqtt"
Expand Down

0 comments on commit a792e67

Please sign in to comment.