diff --git a/CHANGES.md b/CHANGES.md index b84096a..2f5bd9f 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,9 @@ moodle-quiz_archive Changes ------- +### Release v4.3-r2 + +* 2023-11-09 - Add options to show/hide history & correct answer ### Release v4.3-r1 diff --git a/version.php b/version.php index 118296b..a5da9cb 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023110800; +$plugin->version = 2023111100; $plugin->requires = 2017110800; $plugin->component = 'quiz_archive'; $plugin->maturity = MATURITY_STABLE;