diff --git a/manifest.json b/manifest.json index 3aaf9a9..8cfe798 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "0.16.0", + "version": "0.17.0", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation for with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/package.json b/package.json index f24d2a0..a2e5852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memochron", - "version": "0.16.0", + "version": "0.17.0", "description": "Calendar integration and note creation plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 591bdb5..c56dd16 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.14.0": "1.8.9", "0.15.0": "1.8.9", "0.15.1": "1.8.9", - "0.16.0": "1.8.9" + "0.16.0": "1.8.9", + "0.17.0": "1.8.9" } \ No newline at end of file