зеркало из
1
0
Форкнуть 0

update version number for 3.8.0.3 release

This commit is contained in:
Lai Wei 2020-07-15 16:18:57 +01:00
Родитель b49f6826b6
Коммит 05c642eea8
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -24,11 +24,11 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2020020300;
$plugin->version = 2020020303;
$plugin->requires = 2019111800;
$plugin->release = '3.8.0.0';
$plugin->release = '3.8.0.3';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020020300,
'local_o365' => 2020020303,
];