Skip to content

Commit 437a35b

Browse files
authored
Merge pull request #171 from cloud-atlas-ai/release/1.9.1
Release 1.9.1
2 parents 6e9a2f6 + f89c1af commit 437a35b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "ics",
33
"name": "ICS",
4-
"version": "1.9",
5-
"minAppVersion": "1.7.7",
4+
"version": "1.9.1",
5+
"minAppVersion": "1.8.9",
66
"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.",
77
"author": "Cloud Atlas",
88
"authorUrl": "https://cloud-atlas.ai",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ics",
3-
"version": "1.9",
3+
"version": "1.9.1",
44
"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.",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"1.8.3": "1.7.7",
5959
"1.8.3.1": "1.7.7",
6060
"1.8.4": "1.7.7",
61-
"1.9": "1.7.7"
61+
"1.9": "1.7.7",
62+
"1.9.1": "1.8.9"
6263
}

0 commit comments

Comments
 (0)