From 7438d5034c50ebb699c61f4629d1f0abf3ef6345 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 7 Mar 2017 16:31:33 +0100 Subject: [PATCH] 4.1.1.1360 Stable version --- VERSION | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index dcaa5238..f3ac1520 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0.1358 +4.1.1.1360 diff --git a/version.php b/version.php index c964da9f..4f1c5239 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2017030700; -$plugin->release = '4.1.0.1358'; +$plugin->release = '4.1.1.1360'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; $plugin->dependencies = array ('filter_wiris' => 2017030700);