diff --git a/version.php b/version.php index 39e3ad7..974bfa3 100644 --- a/version.php +++ b/version.php @@ -1,31 +1,31 @@ -. - -/** - * Version information for mod/pdfannotator - * - * @package mod_pdfannotator - * @copyright 2018 RWTH Aachen - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -defined('MOODLE_INTERNAL') || die(); - -$plugin->component = 'mod_pdfannotator'; -$plugin->version = 2021082600; -$plugin->release = 'PDF Annotator v1.4 release 8'; -$plugin->requires = 2016112900; -$plugin->maturity = MATURITY_STABLE; +. + +/** + * Version information for mod/pdfannotator + * + * @package mod_pdfannotator + * @copyright 2018 RWTH Aachen + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->component = 'mod_pdfannotator'; +$plugin->version = 2021090100; +$plugin->release = 'PDF Annotator v1.4 release 9'; +$plugin->requires = 2021051700; +$plugin->maturity = MATURITY_STABLE;