diff --git a/VERSION b/VERSION index 47568998..31b04baf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.0.1366 +4.4.1.1368 diff --git a/version.php b/version.php index 257131b6..dd641a2e 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061500; -$plugin->release = '4.4.0.1366'; +$plugin->version = 2017061800; +$plugin->release = '4.4.1.1368'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; -$plugin->dependencies = array ('filter_wiris' => 2017061500); +$plugin->dependencies = array ('filter_wiris' => 2017061800); $plugin->maturity = MATURITY_STABLE;