From 75082c8ef4779bec84b62f82f7dc0ac26069b6aa Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Mon, 18 Mar 2024 11:01:44 +0100 Subject: [PATCH] Bump patch version --- library.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 1de459d..a4c0523 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": 1, + "patchVersion": 2, "runnable": 1, "embedTypes": [ "iframe" @@ -69,4 +69,4 @@ "minorVersion": 0 } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index cf435b0..313002f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "h5p-dictation", - "version": "1.2.2", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "h5p-dictation", - "version": "1.2.2", + "version": "1.3.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index 647a95c..af9df52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5p-dictation", - "version": "1.2.2", + "version": "1.3.2", "description": "Let your students train their listening comprehension and spelling skills.", "scripts": { "test": "jest",