From 0f9053e26de904fafd117f17d77f2ca323b51b87 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 27 Sep 2017 15:13:58 +1300 Subject: [PATCH] bump version for plugins db release. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 3fc82dd..72042ff 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2016052203; +$plugin->version = 2016052204; $plugin->requires = 2016052300; -$plugin->release = '3.1.1.3'; +$plugin->release = '3.1.1.2'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';