From 15303b8f6341803b4b498219d70344fd3c2f1229 Mon Sep 17 00:00:00 2001 From: Christian Fenzl Date: Mon, 9 Jan 2023 09:05:22 +0100 Subject: [PATCH] Version 0.4.1 (last one supported under LB1.4.x) --- plugin.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.cfg b/plugin.cfg index ae6449f..d8858e3 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -11,7 +11,7 @@ EMAIL=michael@loxberry.de # The version of your plugin - important if you would like to write an # upgrade script. Use a correct syntax, which is supported by LoxBerry: # More info: http://www.loxwiki.eu/x/LYG3AQ -VERSION=0.4.0 +VERSION=0.4.1 # Short name and prefered subfolder of your Plugin (do not use blanks - they # will be filtered - and use lowercase only)! Used for script names in @@ -61,7 +61,7 @@ REBOOT=false # Note! If you use the new Plugin Interface V2 - I think you will, because you # currently read THIS file ;-) - please set the Minimum version to 0.3.0! LB_MINIMUM=1.4.2 -LB_MAXIMUM=false +LB_MAXIMUM=2.999 # If your plugin runs only on a special architecture (e.g. if you use the GPIOs # on a Raspberry platform), please set the architecture here. You can seperate