diff --git a/version.php b/version.php index 93bb2d7..0ee23a8 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 = 2021090100; -$plugin->release = 'PDF Annotator v1.4 release 9'; -$plugin->requires = 2021051700; -$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 = 2021112900; +$plugin->release = 'PDF Annotator v1.4 release 10'; +$plugin->requires = 2021051700; +$plugin->maturity = MATURITY_STABLE;