From 27a036c6208c18bb064346b56f8b5d84572a20a6 Mon Sep 17 00:00:00 2001
From: Amrita Deb Dutta <amritad1991@gmail.com>
Date: Thu, 12 Dec 2024 08:38:13 +0100
Subject: [PATCH] version increment

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

diff --git a/version.php b/version.php
index a92f5f0..baeef6d 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'mod_pdfannotator';
-$plugin->version   = 2024112600;
+$plugin->version   = 2024121200;
 $plugin->release  = 'PDF Annotator v1.5 release 7';
 $plugin->requires  = 2021051700;
 $plugin->maturity  = MATURITY_STABLE;
-- 
GitLab