From 0aded4b239e39aeee1634f64766fd901c2e35f13 Mon Sep 17 00:00:00 2001
From: mo <offermann@itc.rwth-aachen.de>
Date: Thu, 17 Oct 2019 12:04:03 +0200
Subject: [PATCH] version nr incerement

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

diff --git a/version.php b/version.php
index 3c7512f..071726e 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,6 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
-$plugin->version   = 2019100100; // The current module version (Date: YYYYMMDDXX).
-$plugin->release  = 'PDF Annotator v1.1 release 1';
+$plugin->version   = 2019101700; // The current module version (Date: YYYYMMDDXX).
+$plugin->release  = 'PDF Annotator v1.3 release 1';
 $plugin->requires  = 2016112900; // Requires this Moodle version.
-$plugin->cron      = 0;          // Period for cron to check this module (secs).
-- 
GitLab