diff options
author | Valentin Popov <info@valentineus.link> | 2019-02-17 02:38:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-02-17 02:38:45 +0300 |
commit | 4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890 (patch) | |
tree | 849ce13fcbc972feabfe2dcc5d57bbd6f5c036f7 /version.php | |
parent | 835f5516e8c7e473d6a307c7c183e51ce6d563fa (diff) | |
download | local_webhooks-4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890.tar.xz local_webhooks-4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890.zip |
Version fixv3.0.3
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index 3b4ec8f..7461b38 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->release = '3.0.2 (Build: 2018061910)'; -$plugin->version = 2018061910; -$plugin->requires = 2016112900; $plugin->component = 'local_webhooks'; -$plugin->maturity = MATURITY_STABLE;
\ No newline at end of file +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '3.0.3 (Build: 2019021700)'; +$plugin->requires = 2016112900; +$plugin->version = 2018061920; |