From 3f74278add2e71d25453d33770c03ea0142762ad Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 14 Apr 2020 13:32:14 +0400 Subject: Bump 3.0.4 version Signed-off-by: Valentin Popov --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 7461b38..aaf1817 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_webhooks'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.3 (Build: 2019021700)'; -$plugin->requires = 2016112900; -$plugin->version = 2018061920; +$plugin->release = '3.0.4 (Build: 2020041400)'; +$plugin->requires = 2019111800.00; +$plugin->version = 2020041400; -- cgit v1.2.3