diff --git a/README.md b/README.md index b478f8a..01f41fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Wiris Quizzes Matching question type ### Master Build Status [![Build Status](https://travis-ci.org/wiris/moodle-qtype_matchwiris.svg?branch=master)](https://travis-ci.org/wiris/moodle-qtype_matchwiris) +### Development Build Status +[![Build Status](https://travis-ci.org/wiris/moodle-qtype_matchwiris.svg?branch=development)](https://travis-ci.org/wiris/moodle-qtype_matchwiris) The Wiris Matching question type extends the Moodle matching type, adding mathematical functionality to it. diff --git a/version.php b/version.php index fbbb923..304e70a 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019021200; -$plugin->release = '3.73.0.1054'; +$plugin->version = 2019063000; +$plugin->release = '3.76.0.1052'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2019021200 + 'qtype_wq' => 2019063000 );