From 3fa97bad312f24b815eac5b374e321512bc6aa4a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 19 Jun 2018 19:49:00 +0400 Subject: Fix error install.xml Signed-off-by: Valentin Popov --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 45e66e9..7e8cb0b 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "3.0.0 (Build: 2017112600)"; -$plugin->version = 2017112600; +$plugin->release = "3.0.1 (Build: 2018061900)"; +$plugin->version = 2018061900; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_STABLE; \ No newline at end of file -- cgit v1.2.3