From f4467e8aab0170eac97ec9c4fef0eee99dcbca70 Mon Sep 17 00:00:00 2001 From: Frode Petterson <frode.andre.petterson@gmail.com> Date: Fri, 15 Jul 2016 09:50:36 +0200 Subject: [PATCH] Bumped version to 1.0-rc --- README.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 606890d..fcc8776 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # H5P Moodle Plugin -This is the 0.3-beta version of the H5P plugin for Moodle. That means that this +This is the 1.0-rc version of the H5P plugin for Moodle. That means that this version is feature complete but you might encounter bugs or issues that will not be present in the final version. diff --git a/version.php b/version.php index d10a453..b7d7d49 100644 --- a/version.php +++ b/version.php @@ -27,5 +27,5 @@ $plugin->version = 2016051306; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; -$plugin->maturity = MATURITY_BETA; -$plugin->release = '0.3-beta'; +$plugin->maturity = MATURITY_RC; +$plugin->release = '1.0-rc'; -- GitLab