From 9454144c26509a9afe05acc417b99126def4f136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Storhaug?= Date: Mon, 1 Jul 2019 15:58:05 +0200 Subject: [PATCH] Fix release number --- CHANGELOG.md | 5 ++++- version.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde529a..40a24d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org). ### Changed - +## [0.3.2] - 2019-07-01 + ## [0.3.1] - 2019-07-01 ### Fixed - Add some missing language strings @@ -63,8 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## 0.1.0 - 2018-09-28 -[Unreleased]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/KQMATH/moodle-mod_capquiz/compare/v0.1.5...v0.2.0 diff --git a/version.php b/version.php index 1457e2f..d599d09 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019070100; +$plugin->version = 2019070101; $plugin->requires = 2016120500; $plugin->cron = 0; $plugin->component = 'mod_capquiz'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '0.3.0 (Build: 2019062700)'; +$plugin->release = '0.3.2 (Build: 2019070101)';