From 7ee81218dcd5fb2224addced745f5dc384df1009 Mon Sep 17 00:00:00 2001 From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de> Date: Tue, 4 Aug 2020 16:26:48 +0200 Subject: [PATCH] Release version v1.4.2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 790eccb..2bdf589 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 = 2020080400; // The current module version (Date: YYYYMMDDXX). -$plugin->release = 'PDF Annotator v1.4 release 2'; +$plugin->version = 2020080401; // The current module version (Date: YYYYMMDDXX). +$plugin->release = 'PDF Annotator v1.4 release 3'; $plugin->requires = 2016112900; // Requires this Moodle version. -- GitLab