Skip to content

Commit

Permalink
smartvisu: Bumped version to 1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jul 1, 2024
1 parent d0fd9fb commit 70bba57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smartvisu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

class SmartVisu(SmartPlugin):

PLUGIN_VERSION="1.8.14"
PLUGIN_VERSION="1.8.15"
ALLOW_MULTIINSTANCE = True

visu_definition = None
Expand Down
2 changes: 1 addition & 1 deletion smartvisu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
#documentation: ''
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1586800-support-thread-für-das-smartvisu-plugin

version: 1.8.14 # Plugin version
version: 1.8.15 # Plugin version
sh_minversion: '1.9.3.5' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: '3.6' # minimum Python version to use for this plugin
Expand Down

0 comments on commit 70bba57

Please sign in to comment.