diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-12 19:25:29 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-12 19:25:29 +0300 |
commit | 240a81f169a6dc4f2e2222e586a62499e6e69c5a (patch) | |
tree | 93a0146602e66e02ae4e523267aae9934feea689 | |
parent | 7890283de93c282c9f6ea61c4be20e977fc041d5 (diff) | |
download | local_billingpatch-240a81f169a6dc4f2e2222e586a62499e6e69c5a.tar.xz local_billingpatch-240a81f169a6dc4f2e2222e586a62499e6e69c5a.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 7a6c34a..f288e12 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "local_billingpatch"; -$plugin->maturity = MATURITY_ALPHA; -$plugin->release = "0.0.2 (Build: 2017120500)"; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = "0.0.3 (Build: 2017121200)"; $plugin->requires = 2013110500; -$plugin->version = 2017120500;
\ No newline at end of file +$plugin->version = 2017121200;
\ No newline at end of file |