From 84c9d24f87de7d57e860c60985771d959332c6e1 Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Thu, 6 Jul 2023 13:35:15 +0200 Subject: [PATCH] prepare release v0.3 --- README.md | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a74cb40..5d4166c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ formatting is correct. ## Current version -The latest release is v0.3 (build 2023060600) for Moodle 4.1 and newer. +The latest release is v0.3 (build 2023070600) for Moodle 4.1 and newer. ## Requirements diff --git a/version.php b/version.php index a0dafbf..929742c 100644 --- a/version.php +++ b/version.php @@ -28,6 +28,6 @@ $plugin->component = 'tiny_multilang2'; $plugin->release = '0.3'; -$plugin->version = 2023060600; +$plugin->version = 2023070600; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_RC;