From 7fa90cd8971a7551da95f201d593cd7081e18e39 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Tue, 28 Aug 2018 19:29:40 +0200 Subject: [PATCH] Version number and date updated. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0c48bd8..831ed2f 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin = new stdClass(); -$plugin->version = 2018081600; -$plugin->release = '1.12.0'; +$plugin->version = 2018082800; +$plugin->release = '1.12.1'; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'tool_moodlebox';