From 8d17474df0329e15db3ab734a173cc74f81434ca Mon Sep 17 00:00:00 2001 From: Peter-Martijn Kuipers Date: Thu, 8 Sep 2022 14:40:51 +0200 Subject: [PATCH] version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5f1e3a5..0401ce7 100644 --- a/version.php +++ b/version.php @@ -1,8 +1,8 @@ component = 'block_mytreestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494) -$plugin->version = 2022061600; // YYYYMMDDHH (year, month, day, iteration) +$plugin->version = 2022090800; // YYYYMMDDHH (year, month, day, iteration) $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11) $plugin->dependencies = [ - 'local_treestudyplan' => 2022061100, + 'local_treestudyplan' => 2022090800, ]; \ No newline at end of file