diff --git a/version.php b/version.php index 889604c..770861a 100644 --- a/version.php +++ b/version.php @@ -18,14 +18,14 @@ * Local plugin "Learning Tools" - Version file. * * @package local_learningtools - * @copyright bdecent GmbH 2021 + * @copyright bdecent GmbH 2022 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_learningtools'; -$plugin->version = 2022050900; -$plugin->release = 'v1.0'; +$plugin->version = 2022050901; +$plugin->release = '1.1.1'; $plugin->requires = 2020061501; $plugin->maturity = MATURITY_STABLE; - +$plugin->supported = [39, 311];