From be0679247e3e97c4e02addd86bf5cdb29cec9643 Mon Sep 17 00:00:00 2001 From: Flottertotte Date: Sun, 20 Jul 2014 15:51:35 +0800 Subject: [PATCH] Update version.php --> 1.3 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 322220c..9defd30 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014061000; +$plugin->version = 2014072000; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'Course Enrol Apply Plugin Version 1.2.2 (build 2014061000)'; +$plugin->release = 'Course Enrol Apply Plugin Version 1.3 (build 2014072000)';