From 0fbcdde994f97fbcafc7251cc4acfcda7cdcd7c7 Mon Sep 17 00:00:00 2001 From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de> Date: Wed, 12 Aug 2020 20:38:09 +0200 Subject: [PATCH] Release version v1.4.3 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2bdf589..c014fc4 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 = 2020080401; // The current module version (Date: YYYYMMDDXX). -$plugin->release = 'PDF Annotator v1.4 release 3'; +$plugin->version = 2020081200; // The current module version (Date: YYYYMMDDXX). +$plugin->release = 'PDF Annotator v1.4 release 4'; $plugin->requires = 2016112900; // Requires this Moodle version. -- GitLab