diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-03 20:06:59 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-03 20:06:59 +0300 |
commit | c2afebb9b50e21f0be1e3ac98f740c24a1e6e141 (patch) | |
tree | f64541a9709dd5f1f8cdf563e1fefa8b565ed896 | |
parent | b38a8d69f311959bdca53fb156a23c5fef89e902 (diff) | |
download | auth_token-c2afebb9b50e21f0be1e3ac98f740c24a1e6e141.tar.xz auth_token-c2afebb9b50e21f0be1e3ac98f740c24a1e6e141.zip |
Change versionv0.2.0
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index 303caa2..387f97e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "auth_token"; -$plugin->dependencies = array( "tool_managertokens" => 2017120200 ); +$plugin->dependencies = array( "tool_managertokens" => 2017120300 ); $plugin->maturity = "MATURITY_RC"; -$plugin->release = "0.1.0 (Build: 2017120200)"; -$plugin->requires = 2017120200; -$plugin->version = 2016112900;
\ No newline at end of file +$plugin->release = "0.2.0 (Build: 2017120300)"; +$plugin->requires = 2016112900; +$plugin->version = 2017120300;
\ No newline at end of file |