From 240a81f169a6dc4f2e2222e586a62499e6e69c5a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 12 Dec 2017 20:25:29 +0400 Subject: Change version --- version.php | 6 +++--- 1 file 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 -- cgit v1.2.3