From e22db2792630d7339722357a8915e6a0d331d4a0 Mon Sep 17 00:00:00 2001 From: tsschaffert <schaffert@itc.rwth-aachen.de> Date: Tue, 4 Aug 2020 12:15:07 +0200 Subject: [PATCH] Release version v1.4.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b1f7722..790eccb 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2020080300; // The current module version (Date: YYYYMMDDXX). -$plugin->release = 'PDF Annotator v1.4 release 1'; +$plugin->version = 2020080400; // The current module version (Date: YYYYMMDDXX). +$plugin->release = 'PDF Annotator v1.4 release 2'; $plugin->requires = 2016112900; // Requires this Moodle version. -- GitLab