From 4c1426c3b6e4744a7494b71bbc6f302732a393fa Mon Sep 17 00:00:00 2001 From: John McGettrick Date: Tue, 5 Jan 2016 14:29:06 +0000 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0eb2f9cf..c761ca5f 100644 --- a/version.php +++ b/version.php @@ -5,10 +5,10 @@ * and open the template in the editor. */ -$plugin->version = 2015040110; +$plugin->version = 2015040111; $plugin->release = "2.3+"; $plugin->requires = 2012062500.00; $plugin->cron = 300; $plugin->component = 'plagiarism_turnitin'; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array('mod_turnitintooltwo' => 2015040110); \ No newline at end of file +$plugin->dependencies = array('mod_turnitintooltwo' => 2015040111);