From f1adf69e0780faeafd6a5ff84363dc69ceb5e52c Mon Sep 17 00:00:00 2001
From: Amrita Deb Dutta <amritad1991@gmail.com>
Date: Mon, 6 Jan 2025 13:12:19 +0100
Subject: [PATCH] version increment

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

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