From a532558246f75f23a66f4d37d3dc0f3fe11e5822 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Sun, 19 Sep 2021 09:59:56 +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 86a9452..3a62a93 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "Let your students train their listening comprehension and spelling", "majorVersion": 1, "minorVersion": 1, - "patchVersion": 0, + "patchVersion": 1, "runnable": 1, "embedTypes": ["iframe"], "author": "Oliver Tacke", diff --git a/package.json b/package.json index 6625d7a..2a9e0e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5p-dictation", - "version": "1.1.0", + "version": "1.1.1", "description": "Let your students train their listening comprehension and spelling skills.", "scripts": { "test": "jest",