From 86ce41ecb0980dfd34ddb49c7b3bd888bf84d416 Mon Sep 17 00:00:00 2001 From: jlowe64 <jerrett.fowler@gmail.com> Date: Tue, 20 Oct 2015 12:56:55 +0100 Subject: [PATCH] Version update --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 0ccc47c..213a321 100644 --- a/version.php +++ b/version.php @@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'logstore_xapi'; $plugin->version = 2015081002; -$plugin->release = '0.5.0'; +$plugin->release = '0.5.1'; $plugin->requires = 2014111000; $plugin->maturity = MATURITY_BETA; -- GitLab