diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-03 20:00:02 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-03 20:00:02 +0300 |
commit | a7e10590ebadad6c40e9543bb9f86d543ec85e27 (patch) | |
tree | 8cf0f04712875eba548845498cb1a7d04dd1b4a2 | |
parent | 37d39127d38d97a7b85fcba061ef26bb3a9c54bb (diff) | |
download | tool_managertokens-a7e10590ebadad6c40e9543bb9f86d543ec85e27.tar.xz tool_managertokens-a7e10590ebadad6c40e9543bb9f86d543ec85e27.zip |
Change version
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 0f730fd..94c3dec 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "tool_managertokens"; $plugin->maturity = "MATURITY_RC"; -$plugin->release = "0.1.0 (Build: 2017120200)"; +$plugin->release = "0.2.0 (Build: 2017120300)"; $plugin->requires = 2016112900; -$plugin->version = 2017120200;
\ No newline at end of file +$plugin->version = 2017120300;
\ No newline at end of file |