From d7dad3038fb003b8f5d520b085214e9aa903581f Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Mon, 2 Jul 2018 15:34:58 +0200
Subject: [PATCH] Release v3.5-r1

---
 CHANGES.md  | 2 +-
 version.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d4eca93..1f40de3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.5-r1
 
 * 2018-07-02 - Fix some visual flaws and changes which came with BS 4 stable.
 * 2018-05-29 - Check compatibility for Moodle 3.5, no functionality change.
diff --git a/version.php b/version.php
index 625246d..abe2003 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
-$plugin->version = 2018051700;
-$plugin->release = 'v3.4-r2';
+$plugin->version = 2018070200;
+$plugin->release = 'v3.5-r1';
 $plugin->requires = 2018051700;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab