diff --git a/manifest.json b/manifest.json index e2774a0..93f6fc7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "outlook-meeting-notes", "name": "Outlook Meeting Notes", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "1.8.9", "description": "Creates meeting notes for Outlook appointments and meetings.", "author": "David Ingerslev", diff --git a/package-lock.json b/package-lock.json index 4e180dd..097070f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "outlook-meeting-notes", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "outlook-meeting-notes", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@kenjiuno/msgreader": "^1.22.0", diff --git a/package.json b/package.json index 84b28be..051ab3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outlook-meeting-notes", - "version": "0.2.0", + "version": "0.2.1", "description": "Creates meeting notes for Outlook appointments and meetings.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2571b97..f444033 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.1.4": "1.8.9", "0.1.5": "1.8.9", "0.1.6": "1.8.9", - "0.2.0": "1.8.9" + "0.2.0": "1.8.9", + "0.2.1": "1.8.9" } \ No newline at end of file