From 24be95a78ef29bf8c7adee3fb3669e28aa3561fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20J=C3=B8rgensen?= Date: Tue, 23 Sep 2014 12:59:08 +0200 Subject: [PATCH] Bumped core version because of the new function added --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 4a386a7..ae8116f 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1344,7 +1344,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 3 + 'minorVersion' => 4 ); public static $styles = array( 'styles/h5p.css',