From 8ceb77e8812af96debe1eeeef3bf4523304ede5f Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Thu, 15 Aug 2019 13:26:32 +0200 Subject: [PATCH] Bump core api version --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 72c583a..d846884 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1995,7 +1995,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 22 + 'minorVersion' => 23 ); public static $styles = array( 'styles/h5p.css',