diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-10 14:27:32 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-10 14:27:32 +0300 |
commit | 9e2852a8e0dddf9f4410e35671537b86495ab0c0 (patch) | |
tree | c5c42e7075480a98ef75ceafba3fd6446c76eb0a /version.php | |
parent | e08392ae279f5e83a73ecea6d26d16840928e939 (diff) | |
download | auth_link-1.1.0.tar.xz auth_link-1.1.0.zip |
Update versionv1.1.0
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files 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; |