From 21467ee0f0f5bac5dd1b05812977c1dca037ff4f Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Tue, 28 May 2024 11:21:09 +0200 Subject: [PATCH] Update #86byt93eq readme and version file updated --- README.md | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1676b9d..9424a86 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The block_coursenotes block stores notes by the user for a specific course. --- ### Changelog -##### 4.1.0 (27.05.2024) +##### 4.1.0 (28.05.2024) * Original release diff --git a/version.php b/version.php index 03b2329..57afa54 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024052700; +$plugin->version = 2024052800; $plugin->requires = 2022111800; $plugin->supported = [400, 401]; $plugin->component = 'block_coursenotes';