From c49826e5115951fdd1ab96327bbe8d1fc4a29b78 Mon Sep 17 00:00:00 2001 From: Alex Little Date: Thu, 5 Oct 2023 12:45:49 +0200 Subject: [PATCH] update version no --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bd662c6..c19da75 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin = new StdClass; -$plugin->version = 2023063000; +$plugin->version = 2023100500; $plugin->requires = 2022041900; $plugin->component = 'block_oppia_mobile_export'; $plugin->release = "v1.4.6";