From adbdfb74cc1d468e6fae895f337f8afa4860ba7f Mon Sep 17 00:00:00 2001 From: Penghai Date: Thu, 29 Jun 2023 10:04:17 +1000 Subject: [PATCH] build: bump the version to v1.3.0 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7f790ce..df3fc4a 100644 --- a/version.php +++ b/version.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022021600; +$plugin->version = 2023062900; $plugin->requires = 2014041101; // Requires this Moodle version $plugin->component = 'mod_equella'; // Full name of the plugin (used for diagnostics) -$plugin->release = '1.2.1'; +$plugin->release = '1.3.0';