diff --git a/library.json b/library.json index b61a14a..ccbf809 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "Crossword puzzle for H5P", "majorVersion": 0, "minorVersion": 6, - "patchVersion": 0, + "patchVersion": 1, "runnable": 1, "author": "Language Training Center GmbH, Oliver Tacke", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 1756c88..195be70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "h5p-crossword", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "h5p-crossword", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index 28cf9f1..afac987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5p-crossword", - "version": "0.6.0", + "version": "0.6.1", "description": "Example H5P Content Type for getting started", "private": true, "scripts": {