Skip to content

Commit

Permalink
Move out of beta. (#71)
Browse files Browse the repository at this point in the history
Get ready for new config-flow code.
  • Loading branch information
twrecked authored Nov 8, 2023
1 parent 26c94df commit 9f3eda9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.8.0.1: move out of beta... get ready for config flow version
0.8.0b1: move into beta...
0.8.0a3: save device tracker location
0.8.0a2: added locking/unlocking state to locks
Expand Down
2 changes: 1 addition & 1 deletion custom_components/virtual/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
COMPONENT_SERVICES
)

__version__ = '0.8.0b1'
__version__ = '0.8.0.1'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/virtual/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"codeowners": [
"@twrecked"
],
"version": "0.8.0b1",
"version": "0.8.0.1",
"iot_class": "local_push"
}

0 comments on commit 9f3eda9

Please sign in to comment.