From 9e2852a8e0dddf9f4410e35671537b86495ab0c0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 10 Jun 2018 15:27:32 +0400 Subject: Update version Signed-off-by: Valentin Popov --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index f582968..767e8a3 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->release = '1.0.0 (Build: 2017101701)'; -$plugin->version = 2017101701; +$plugin->release = '1.1.0 (Build: 2018061000)'; +$plugin->version = 2018061000; $plugin->requires = 2016112900; $plugin->component = 'auth_link'; $plugin->maturity = MATURITY_STABLE; -- cgit v1.2.3