diff --git a/manifest.json b/manifest.json index f23d2bc..64c5d36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/package.json b/package.json index 94a8958..98f4ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memochron", - "version": "1.4.0", + "version": "1.4.1", "description": "Calendar integration and note creation plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 387a4f8..67eb4b1 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "1.2.1": "1.8.9", "1.3.0": "1.8.9", "1.3.1": "1.8.9", - "1.4.0": "1.8.9" + "1.4.0": "1.8.9", + "1.4.1": "1.8.9" }