Update plugin versions for 4.1.4 release

This commit is contained in:
Lai Wei 2024-03-08 16:30:18 +00:00
Родитель 16e6890d93
Коммит 7d1eef5b4c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -25,11 +25,11 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022112800;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2022112800,
'local_onenote' => 2022112825,
];