Skip to content

Commit 4952f40

Browse files
authored
Merge pull request #194 from cloud-atlas-ai/release/1.11.0
Release 1.11.0
2 parents b17750b + 6f37475 commit 4952f40

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ics",
33
"name": "ICS",
4-
"version": "1.10.3",
4+
"version": "1.11.0",
55
"minAppVersion": "1.9.12",
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",

package-lock.json

Lines changed: 5 additions & 5 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.10.3",
3+
"version": "1.11.0",
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
@@ -64,5 +64,6 @@
6464
"1.10.0": "1.8.10",
6565
"1.10.1": "1.8.10",
6666
"1.10.2": "1.9.12",
67-
"1.10.3": "1.9.12"
67+
"1.10.3": "1.9.12",
68+
"1.11.0": "1.9.12"
6869
}

0 commit comments

Comments
 (0)