Skip to content

Commit 46c98fd

Browse files
committed
change versionnumber
1 parent 0e2a806 commit 46c98fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2025032500 v1.5.8
1+
## 2025032400 v1.5.8
22
* Hotfix: correct further trailing junk after parameter
33
* Versioning error fix
44

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator';
28-
$plugin->version = 2025032500;
28+
$plugin->version = 2025032400;
2929
$plugin->release = 'PDF Annotator v1.5 release 8';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)