diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-17 11:20:53 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-17 11:20:53 +0300 |
commit | c073716c004a9a198fb699e8bbe28c00e44281d1 (patch) | |
tree | 86358b21a70b313d104a7fd835f1f0a3074ef5cd /version.php | |
parent | 40e3e4f8a71bb95516c239892793a4173339ca8f (diff) | |
download | auth_link-c073716c004a9a198fb699e8bbe28c00e44281d1.tar.xz auth_link-c073716c004a9a198fb699e8bbe28c00e44281d1.zip |
Release of the version 1.0.0v1.0.0
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index fb5cdbd..f582968 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->release = '0.0.1 (Build: 2017101700)'; -$plugin->version = 2017101700; +$plugin->release = '1.0.0 (Build: 2017101701)'; +$plugin->version = 2017101701; $plugin->requires = 2016112900; $plugin->component = 'auth_link'; -$plugin->maturity = MATURITY_RC; +$plugin->maturity = MATURITY_STABLE; |