diff --git a/CHANGES.md b/CHANGES.md index 2cf76ebf1d0037200338b0eaaeaeaf437293726f..616fc87cf354fd661e006e30835b6260b196cfc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus_child Changes ------- -### Unreleased +### v3.6-r1 * 2019-01-31 - Check compatibility for Moodle 3.6, no functionality change. * 2018-12-05 - Changed travis.yml due to upstream changes. diff --git a/version.php b/version.php index 4ed836a46da31d3b631e0be56a5baef9c0b8d45d..707511b2d9a4eaec10f44ebddd618a4f09d84718 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2018100400; -$plugin->release = 'v3.5-r2'; +$plugin->version = 2019013100; +$plugin->release = 'v3.6-r1'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2018120300, 'theme_boost_campus' => 2019013100);