diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-27 11:45:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-27 11:45:25 +0300 |
commit | 74c106aa87511594110ef57290a435e1c288a410 (patch) | |
tree | 8de90b91ae7cf167506a97a82137e7857ce3c70e | |
parent | 700833b5321904c14bda4d3bcdcc627a7e3d4ccf (diff) | |
download | local_webhooks-74c106aa87511594110ef57290a435e1c288a410.tar.xz local_webhooks-74c106aa87511594110ef57290a435e1c288a410.zip |
Change version
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index 4a02ab2..9028d3f 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "0.5.0 (Build: 2017102630)"; -$plugin->version = 2017102630; +$plugin->release = "1.0.0 (Build: 2017102700)"; +$plugin->version = 2017102700; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_RC;
\ No newline at end of file +$plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |