From 14379ae2296265babeda56927544ed96464e6b92 Mon Sep 17 00:00:00 2001
From: Friederike Schwager <schwager@cil.rwth-aachen.de>
Date: Tue, 10 Dec 2019 14:12:08 +0100
Subject: [PATCH] version increment

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

diff --git a/version.php b/version.php
index 071726e..c12c17f 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   = 2019101700; // The current module version (Date: YYYYMMDDXX).
-$plugin->release  = 'PDF Annotator v1.3 release 1';
+$plugin->version   = 2019121000; // The current module version (Date: YYYYMMDDXX).
+$plugin->release  = 'PDF Annotator v1.3 release 2';
 $plugin->requires  = 2016112900; // Requires this Moodle version.
-- 
GitLab