Skip to content

Commit

Permalink
blockly plugin: bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Oct 24, 2023
1 parent 4e9c73e commit fa273a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions blockly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class Blockly(SmartPlugin):
Main class of the Plugin. Does all plugin specific stuff and provides
the update functions for the items
"""
PLUGIN_VERSION='1.4.0'

PLUGIN_VERSION='1.5.0'


def __init__(self, sh, *args, **kwargs):
Expand Down
5 changes: 2 additions & 3 deletions blockly/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugin:
de: 'Blockly - graphischer Editor für Logiken - Noch in der Entwicklung, nicht für die Nutzung gedacht'
en: 'Blockly - graphical editor for logics - Still in development, not for use'
maintainer: msinn, psilo909
tester: '?'
tester: onkelandy
state: develop
# keywords: iot xyz
# documentation: https://github.com/smarthomeNG/plugins/blob/develop/mqtt/README.md # url of documentation (wiki) page
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py/959964-support-thread-für-das-backend-plugin

version: 1.4.0 # Plugin version
version: 1.5.0 # Plugin version
sh_minversion: 1.4 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
Expand Down Expand Up @@ -42,4 +42,3 @@ logic_parameters: NONE

plugin_functions: NONE
# Definition of plugin functions defined by this plugin

0 comments on commit fa273a9

Please sign in to comment.