diff --git a/lib.php b/lib.php
index 3a7d5fe402e95a0ddcad3228c9272b0f6fe875ef..1353c409506c5718a333313996c31c2cd6ed3450 100644
--- a/lib.php
+++ b/lib.php
@@ -68,14 +68,7 @@ function pdfannotator_supports($feature) {
             return null;
     }
 }
-/**
- * Function currently unused.
- *
- * @return string
- */
-function mod_pdfannotator_before_standard_html_head() {
 
-}
 /**
  * Returns all other caps used in module
  * @return array
diff --git a/version.php b/version.php
index 10c067d68094e02e7fa05aae5f7ecb98487b1b4d..4e4fc7eee4cbf95b5c1226c0f388fbc49cfe7e43 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'mod_pdfannotator';
-$plugin->version   = 2023112900;
-$plugin->release  = 'PDF Annotator v1.5 release 5';
+$plugin->version   = 2023112901;
+$plugin->release  = 'PDF Annotator v1.5 release 6';
 $plugin->requires  = 2021051700;
 $plugin->maturity  = MATURITY_STABLE;