From 4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 17 Feb 2019 03:38:45 +0400 Subject: [PATCH] Version fix Signed-off-by: Valentin Popov --- version.php | 8 ++++---- 1 file 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;