diff --git a/manifest.json b/manifest.json index 2c8accd..c87240d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ics", "name": "ICS", - "version": "1.6.7", + "version": "1.7.0", "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 ec5c1b6..744613f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.6.7", + "version": "1.7.0", "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 6f27b63..69cde1e 100644 --- a/versions.json +++ b/versions.json @@ -47,5 +47,6 @@ "1.6.5.1": "1.5.11", "1.6.6": "1.5.11", "1.6.6.1": "1.5.11", - "1.6.7": "1.7.7" + "1.6.7": "1.7.7", + "1.7.0": "1.7.7" }