diff --git a/README.md b/README.md
index 606890d63220fcaf55ede02b3f5b37539b212943..fcc877609156be258fa0991b2a7dd52c6488a28d 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 d10a453ace240e9f9be79e7ac13344b0ab0a45c8..b7d7d49dcde83b5e3e1cff3a9f6ecdf25ab8c275 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';