diff --git a/CHANGES.md b/CHANGES.md
index dbc8746696e33de405018050991a92fa135dc557..ee52cbe23e8bf3ec412cccdbd2b30e2a3590949a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.10-r5
 
 * 2021-04-14 - Bugfix: Help Icon content in the modal dialog versions sometimes inherited unwanted CSS layout - Credits to @danowar2k
 * 2021-04-14 - Improvement: Improve floating icons in information / hint banners
diff --git a/version.php b/version.php
index a4a8919c71e952eed02227f461691678693c7718..1dc167fad7fe6be6af0cbfdf50eb7fe8ce8e5b1a 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112803;
-$plugin->release = 'v3.10-r4';
+$plugin->version = 2020112804;
+$plugin->release = 'v3.10-r5';
 $plugin->requires = 2020110900;
 $plugin->supported = [310, 310];
 $plugin->maturity = MATURITY_STABLE;