From 1a11b2acbe83a5e8c68f3124db3533652e1f29d3 Mon Sep 17 00:00:00 2001
From: anisa kusumadewi <kusumadewi@itc.rwth-aachen.de>
Date: Wed, 9 Nov 2022 09:29:15 +0100
Subject: [PATCH] increase locallib.js version

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

diff --git a/locallib.php b/locallib.php
index c9534c0..fba0514 100644
--- a/locallib.php
+++ b/locallib.php
@@ -65,7 +65,7 @@ function pdfannotator_display_embed($pdfannotator, $cm, $course, $file, $page =
     $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/pdf.js?ver=00002"));
     $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/textclipper.js"));
     $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/index.js?ver=00035"));
-    $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/locallib.js?ver=00005"));
+    $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/locallib.js?ver=00006"));
 
     // Pass parameters from PHP to JavaScript.
 
-- 
GitLab