diff --git a/manifest-beta.json b/manifest-beta.json index 732801e..50934b0 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "ics", "name": "ICS", - "version": "1.6.2-rrule-utc-coercion", + "version": "1.6.2-beta2", "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 e06488b..dd718b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ics", - "version": "1.6.2-rrule-utc-coercion", + "version": "1.6.2-beta2", "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 7f9cec6..f8dbb6c 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "1.6.0": "1.5.3", "1.6.1test": "1.5.3", "1.6.1": "1.5.3", - "1.6.2-rrule-utc-coercion": "1.5.3" + "1.6.2-rrule-utc-coercion": "1.5.3", + "1.6.2-beta2": "1.5.3" }