From 17a2f67f9b62e484f8f0ec2c4aa71120db9001f5 Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:53:06 -0400 Subject: [PATCH] Update to version 1.3.3 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3eeba45..775c9d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ics", "name": "ICS", - "version": "1.3.2", + "version": "1.3.3", "minAppVersion": "1.4.16", "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", diff --git a/package.json b/package.json index 69f4303..5705e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.3.2", + "version": "1.3.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 566ca51..8b2b00f 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "1.2.1": "1.4.16", "1.3.0": "1.4.16", "1.3.1": "1.4.16", - "1.3.2": "1.4.16" + "1.3.2": "1.4.16", + "1.3.3": "1.4.16" }