From 8079aad27e8c353b957812c9366b901a673d18d3 Mon Sep 17 00:00:00 2001
From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de>
Date: Mon, 3 Aug 2020 10:24:58 +0200
Subject: [PATCH] new release name

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index 1a96ab9..bf6dd95 100644
--- a/version.php
+++ b/version.php
@@ -26,5 +26,5 @@ 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->release  = 'PDF Annotator v1.3 release 2';
+$plugin->release  = 'PDF Annotator v1.4 release 1';
 $plugin->requires  = 2016112900; // Requires this Moodle version.
-- 
GitLab