diff --git a/version.php b/version.php index 43eb08a..a234a5e 100644 --- a/version.php +++ b/version.php @@ -3,7 +3,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_logging'; // Full name of the plugin. -$plugin->version = 2024011704; +$plugin->version = 2024060300; $plugin->requires = 2022112800; // Requires this Moodle version. $plugin->maturity = MATURITY_STABLE; // Maturity level of the plugin. -$plugin->release = '0.1.0'; // Human-readable version name. +$plugin->release = '0.2.0'; // Human-readable version name.