Skip to content

Commit

Permalink
Merge pull request #950 from onkelandy/stateengine
Browse files Browse the repository at this point in the history
stateengine: fix version
  • Loading branch information
onkelandy committed Jul 30, 2024
2 parents 1cf6936 + f59a33f commit b1dd750
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'
PLUGIN_VERSION = '2.1.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
version: '2.1.0'
sh_minversion: '1.6'
multi_instance: False
classname: StateEngine
Expand Down

0 comments on commit b1dd750

Please sign in to comment.