diff --git a/manifest.json b/manifest.json index 449802d..fac9ae1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-ics", "name": "ICS", - "version": "0.9.14", - "minAppVersion": ".15.0", + "version": "0.9.15", + "minAppVersion": "0.15.0", "description": "This is a ICS plugin for Obsidian.", "author": "Muness Castle", "authorUrl": "https://github.com/muness", diff --git a/package.json b/package.json index 3dcf129..8278c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "0.9.14", + "version": "0.9.15", "description": "Adds events from calendar ics published on the web to daily note on demand. Daily Note or Periodic Notes plugins: specifically it gets the date to search for events during from the currently open daily note.", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 2ee5abc..19eacd4 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.9.7": "0.12.11", "0.9.12": "0.14.8", "0.9.13": "0.15.0", - "0.9.14": ".15.0" + "0.9.14": ".15.0", + "0.9.15": "0.15.0" }