From c073716c004a9a198fb699e8bbe28c00e44281d1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 12:20:53 +0400 Subject: Release of the version 1.0.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.php') 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; -- cgit v1.2.3