From a2ac3f135163b8b1bfc8a2617ada66af4d90dcf8 Mon Sep 17 00:00:00 2001 From: Zaruike Date: Mon, 28 Oct 2024 14:53:55 +0100 Subject: [PATCH] feat(chore): upgrade to latest version of h5p core --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 0388f9a..0684322 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -13,7 +13,7 @@ class Configuration implements ConfigurationInterface * version of Symfony H5P bundle * @return string */ - const H5P_VERSION = '2.1.0'; + const H5P_VERSION = '2.2.1'; /** * Generates the configuration tree.