diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-05 21:13:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-05 21:13:21 +0300 |
commit | da62a7e5a2e20d452ba247fc5f7b50810afae4ba (patch) | |
tree | 6d9380a16dd72e9065f1bc91aaa52373d06aa088 | |
parent | 50df36634937069faaf0a4c4b634121f95cac571 (diff) | |
download | local_billingpatch-da62a7e5a2e20d452ba247fc5f7b50810afae4ba.tar.xz local_billingpatch-da62a7e5a2e20d452ba247fc5f7b50810afae4ba.zip |
Change versionv0.0.2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 81e6499..7a6c34a 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "local_billingpatch"; $plugin->maturity = MATURITY_ALPHA; -$plugin->release = "0.0.1 (Build: 2017112100)"; +$plugin->release = "0.0.2 (Build: 2017120500)"; $plugin->requires = 2013110500; -$plugin->version = 2017112100;
\ No newline at end of file +$plugin->version = 2017120500;
\ No newline at end of file |