From 4e8ebf59573c8a57f9f9516ed46ba9f748de2530 Mon Sep 17 00:00:00 2001 From: tsschaffert <schaffert@itc.rwth-aachen.de> Date: Mon, 3 Aug 2020 10:40:01 +0200 Subject: [PATCH] Update version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bf6dd95..b1f7722 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 = 2020040800; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2020080300; // The current module version (Date: YYYYMMDDXX). $plugin->release = 'PDF Annotator v1.4 release 1'; $plugin->requires = 2016112900; // Requires this Moodle version. -- GitLab