From fc4f791e6eb0a845f3ba06121039510c28119a7c Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Tue, 3 Feb 2015 20:15:15 +0100 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 92647e7..687da5d 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1539,7 +1539,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 3 + 'minorVersion' => 4 ); public static $styles = array( 'styles/h5p.css',