diff --git a/version.php b/version.php index 14e91a5..f9ba07f 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ defined('MOODLE_INTERNAL') || die(); // This is the version of the plugin. -$plugin->version = '2016120200.00'; +$plugin->version = 2017010300; // This is the version of Moodle this plugin requires. -$plugin->requires = '2016112900.00'; +$plugin->requires = 2016112900.00; // This is the component name of the plugin - it always starts with 'theme_' // for themes and should be the same as the name of the folder. @@ -37,12 +37,12 @@ // This is a list of plugins, this plugin depends on (and their versions). $plugin->dependencies = [ - 'theme_boost' => '2016102100' + 'theme_boost' => 2016102100 ]; // This is a stable release. $plugin->maturity = MATURITY_STABLE; // This is the named version. -$plugin->release = '1.0.1'; +$plugin->release = 1.2;