HFP-1994 Bump core minor version

pull/52/head
Paal Joergensen 2018-05-08 11:30:54 +02:00
parent 022695ac74
commit d99ab7eda2
1 changed files with 2 additions and 2 deletions

View File

@ -1770,10 +1770,10 @@ abstract class H5PHubEndpoints {
* Functions and storage shared by the other H5P classes
*/
class H5PCore {
public static $coreApi = array(
'majorVersion' => 1,
'minorVersion' => 14
'minorVersion' => 15
);
public static $styles = array(
'styles/h5p.css',