From 50a8b031a98a5bd084282b0c43650b7b4657067e Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 11 May 2017 12:04:06 +1200 Subject: [PATCH] bump version to clear css cache. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 653bebf..4538c91 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017050200; +$plugin->version = 2017050201; $plugin->requires = 2017042100; $plugin->release = '3.3.4'; $plugin->maturity = MATURITY_STABLE;