From 2e02f2c8fd6eb51e9b159ce56c49e61a081c7f3c Mon Sep 17 00:00:00 2001 From: Muness Castle <931+muness@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:58:47 -0500 Subject: [PATCH] Update to version 1.7.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 7479d27..2d4734b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ics", "name": "ICS", - "version": "1.7.2", + "version": "1.7.3", "minAppVersion": "1.7.7", "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 4573090..a5e75ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.7.2", + "version": "1.7.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 e6562da..617058f 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "1.6.7": "1.7.7", "1.7.0": "1.7.7", "1.7.1": "1.7.7", - "1.7.2": "1.7.7" + "1.7.2": "1.7.7", + "1.7.3": "1.7.7" }