From 3f2b6cc3cb6020a976c7bf9805f76b9b636139a3 Mon Sep 17 00:00:00 2001
From: Friederike Schwager <friederike.schwager@rwth-aachen.de>
Date: Mon, 19 Apr 2021 10:38:09 +0200
Subject: [PATCH] Release version 1.4.6

---
 version.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/version.php b/version.php
index cf0973b..0bfb7e8 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   = 2021032201; // The current module version (Date: YYYYMMDDXX).
-$plugin->release  = 'PDF Annotator v1.4 release 5';
+$plugin->version   = 2021041900; // The current module version (Date: YYYYMMDDXX).
+$plugin->release  = 'PDF Annotator v1.4 release 6';
 $plugin->requires  = 2016112900; // Requires this Moodle version.
-- 
GitLab