From 3a69d64884a9504661da3cf3bd31f937f5f1c205 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Fri, 18 Oct 2019 11:27:03 +0200 Subject: [PATCH] Prepare for release 1.20.0 --- library | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library b/library index 0293d2c..f08655c 160000 --- a/library +++ b/library @@ -1 +1 @@ -Subproject commit 0293d2cdfbe381678abce9390c8ec257f4ba5bb3 +Subproject commit f08655cfb0f8f21cf79e92d8c28127ec9fe83177 diff --git a/version.php b/version.php index 3601385..d0a6dad 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019081600; +$plugin->version = 2019101700; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.19.1'; +$plugin->release = '1.20.0'; -- GitLab