From c2afebb9b50e21f0be1e3ac98f740c24a1e6e141 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 3 Dec 2017 21:06:59 +0400 Subject: Change version --- version.php | 8 ++++---- 1 file 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 -- cgit v1.2.3