From 4ea46c90ef99dfc6163e9c19d96aafe9744fa7b2 Mon Sep 17 00:00:00 2001 From: Alex Little Date: Wed, 10 Apr 2024 09:42:30 +0300 Subject: [PATCH] update version no --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8d32b47..4769d21 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin = new StdClass; -$plugin->version = 2024022900; +$plugin->version = 2024041000; $plugin->requires = 2022041900; $plugin->component = 'block_oppia_mobile_export'; $plugin->release = "v1.4.9";