diff --git a/h5p/h5plib/v127/version.php b/h5p/h5plib/v127/version.php index 17e10bcfa47..ddbf5e5101f 100644 --- a/h5p/h5plib/v127/version.php +++ b/h5p/h5plib/v127/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024092500; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024042200; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2024041600; // Requires this Moodle version. $plugin->component = 'h5plib_v127'; // Full name of the plugin (used for diagnostics).