From 7dfaac7492cc9479dbb4e0b498857ceba7b59891 Mon Sep 17 00:00:00 2001 From: Alberto Moreta Date: Thu, 29 Jun 2023 20:18:32 +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 fe303b7..ede76ca 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin = new StdClass; -$plugin->version = 2023062900; +$plugin->version = 2023063000; $plugin->requires = 2022041900; $plugin->component = 'block_oppia_mobile_export'; $plugin->release = "v1.4.5";