From c8dd98994ba8ed8e4caef40531ef3a3cc476ecd6 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Tue, 3 Sep 2024 20:30:53 +0200 Subject: [PATCH] Bump patch version --- library.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 6cc89da..9569896 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": 4, + "patchVersion": 5, "runnable": 1, "embedTypes": [ "iframe" diff --git a/package.json b/package.json index 6e95448..7c768d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5p-dictation", - "version": "1.3.4", + "version": "1.3.5", "description": "Let your students train their listening comprehension and spelling skills.", "scripts": { "test": "jest",