aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-02-17 02:38:45 +0300
committerValentin Popov <info@valentineus.link>2019-02-17 02:38:45 +0300
commit4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890 (patch)
tree849ce13fcbc972feabfe2dcc5d57bbd6f5c036f7
parent835f5516e8c7e473d6a307c7c183e51ce6d563fa (diff)
downloadlocal_webhooks-4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890.tar.xz
local_webhooks-4e64c0bcd2b5a88918b2f1a5d46c424bb53f0890.zip
Version fixv3.0.3
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--version.php8
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;