From 888a46844bf675212223799927c3f59433be4995 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 2 Aug 2016 12:57:43 +0200 Subject: [PATCH] Bumped core version --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 7b30f51..64c2ab5 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1665,7 +1665,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 7 + 'minorVersion' => 8 ); public static $styles = array( 'styles/h5p.css',