diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 14:05:20 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 14:05:20 +0300 |
commit | 902309163ea83d6440b5bcfada58e7006b0fc871 (patch) | |
tree | d7df4b3b792b093ebe35cffeeeae1544148660e7 /version.php | |
parent | bb3d858da5b4c766f0f5fca5baead75993a6197a (diff) | |
download | tool_apisiteadmins-902309163ea83d6440b5bcfada58e7006b0fc871.tar.xz tool_apisiteadmins-902309163ea83d6440b5bcfada58e7006b0fc871.zip |
Update version
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index 8b274f2..21a36bb 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "tool_apisiteadmins"; -$plugin->maturity = MATURITY_ALPHA; -$plugin->release = "0.0.0-alpha.1 (Build: 2018060400)"; -$plugin->requires = 2016112900; -$plugin->version = 2018060400; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = "1.0.0 (Build: 2018061100)"; +$plugin->requires = 2015050500; +$plugin->version = 2018061100; |