From 0a6f2822ff82289211563a83f686044090290ceb Mon Sep 17 00:00:00 2001 From: Luuk Verhoeven Date: Thu, 9 May 2024 16:54:34 +0200 Subject: [PATCH] Update #18 icon --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 339b47d..d208b24 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'mod_gcanvas'; $plugin->release = '4.4.0'; -$plugin->version = 2024050800; +$plugin->version = 2024050900; $plugin->requires = 2020061500; $plugin->supported = [39, 404]; $plugin->maturity = MATURITY_STABLE;