From fa998b2d8ade60557c7e535885629eb50637d075 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:03:16 -0500 Subject: [PATCH] Update to version 1.5.4 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 01572a6..a89851b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "ics", "name": "ICS", - "version": "1.5.3", - "minAppVersion": "1.4.16", + "version": "1.5.4", + "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": "Muness Castle", "authorUrl": "https://github.com/muness", diff --git a/package.json b/package.json index ff4ece1..a191c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.5.3", + "version": "1.5.4", "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 1604682..6cd0960 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "1.5.1b": "1.4.16", "1.5.1": "1.4.16", "1.5.2": "1.4.16", - "1.5.3": "1.4.16" + "1.5.3": "1.4.16", + "1.5.4": "1.5.3" }