From 1bceb127966a6808d99a06f5ae80be070ee2c4ad Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:01:37 -0500 Subject: [PATCH] Update to version 1.6.3 --- manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 59438ef..9a80bca 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "ics", "name": "ICS", - "version": "1.6.2-beta3", + "version": "1.6.3", "minAppVersion": "1.5.3", "description": "Parse multiple ICS files to include in your notes. Designed for Daily Notes and the Day Planner format. Through templates you can customize it for other use cases.", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 2919feb..59e853b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.6.2-beta3", + "version": "1.6.3", "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 fc04680..5a28eea 100644 --- a/versions.json +++ b/versions.json @@ -40,5 +40,6 @@ "1.6.1": "1.5.3", "1.6.2-rrule-utc-coercion": "1.5.3", "1.6.2-beta2": "1.5.3", - "1.6.2-beta3": "1.5.3" + "1.6.2-beta3": "1.5.3", + "1.6.3": "1.5.3" }