diff options
author | Valentin Popov <info@valentineus.link> | 2020-04-14 12:32:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-04-14 12:32:14 +0300 |
commit | 3f74278add2e71d25453d33770c03ea0142762ad (patch) | |
tree | af012fcb724f5998b952971a0ef2094d7f5450bd /version.php | |
parent | 4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890 (diff) | |
download | local_webhooks-3f74278add2e71d25453d33770c03ea0142762ad.tar.xz local_webhooks-3f74278add2e71d25453d33770c03ea0142762ad.zip |
Bump 3.0.4 versionv3.0.4
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
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; |