From 31412c4aef4e8b5305877441654747a3f3877138 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Thu, 5 Sep 2024 16:26:27 +0200 Subject: [PATCH] Bump patch version --- library.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 9569896..d14e8b7 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "Let your students train their listening comprehension and spelling", "majorVersion": 1, "minorVersion": 3, - "patchVersion": 5, + "patchVersion": 6, "runnable": 1, "embedTypes": [ "iframe" diff --git a/package-lock.json b/package-lock.json index 5530318..6687ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "h5p-dictation", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "h5p-dictation", - "version": "1.3.5", + "version": "1.3.6", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index 7c768d8..c50b538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5p-dictation", - "version": "1.3.5", + "version": "1.3.6", "description": "Let your students train their listening comprehension and spelling skills.", "scripts": { "test": "jest",