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;