diff --git a/CHANGES.md b/CHANGES.md index a7ab065..7b4759b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## Version 2.1.7 (2024032100) +* Changes: Applinks updated + ## Version 2.1.6 (2024031300) * Feature: Subscription logic * Changes: License Key diff --git a/version.php b/version.php index 622ba4b..01083f4 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_mooduell'; -$plugin->release = 'v2.1.6'; -$plugin->version = 2024031300; +$plugin->release = 'v2.1.7'; +$plugin->version = 2024032100; $plugin->requires = 2020061500; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [