Skip to content

Commit

Permalink
stateengine plugin: bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Sep 19, 2024
1 parent 7d65df6 commit 4996381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stateengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


class StateEngine(SmartPlugin):
PLUGIN_VERSION = '2.1.0'
PLUGIN_VERSION = '2.2.0'

# Constructor
# noinspection PyUnusedLocal,PyMissingConstructor
Expand Down
2 changes: 1 addition & 1 deletion stateengine/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugin:
state: ready
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1303071-stateengine-plugin-support

version: '2.1.0'
version: '2.2.0'
sh_minversion: '1.6'
multi_instance: False
classname: StateEngine
Expand Down

0 comments on commit 4996381

Please sign in to comment.