From a70fa40f0ee2e252de711a7c49803a1ff29c36e6 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Fri, 15 Apr 2016 09:05:40 +0200 Subject: [PATCH] Bump version number for releasing a new version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index f3105a3..cc47d36 100755 --- a/version.php +++ b/version.php @@ -22,8 +22,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2016021900; +$plugin->version = 2016021901; $plugin->requires = 2015111600; // 3.0 $plugin->component = 'local_aspiredu'; -$plugin->release = '3.0'; +$plugin->release = '3.1'; $plugin->maturity = MATURITY_STABLE; \ No newline at end of file