diff --git a/CHANGES.md b/CHANGES.md index 046b250..a6a0f91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## Version 0.4.1 (2024091700) +* Bugfix: Temporary github handling to avoid failing actions + ## Version 0.4.0 (2024080900) * Improvement: Meet requirements for strings in Moodle 4.4 * Improvement: Create generator class to enable test integration within other plugins diff --git a/version.php b/version.php index 2a304db..d68c361 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_entities'; -$plugin->release = '0.4.0'; -$plugin->version = 2024080900; +$plugin->release = '0.4.1'; +$plugin->version = 2024091700; $plugin->requires = 2020061500; $plugin->maturity = MATURITY_ALPHA;