Skip to content

Commit bcbfd54

Browse files
committed
Update to version 1.1.1
1 parent 6a23b94 commit bcbfd54

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "ics",
33
"name": "ICS",
4-
"version": "1.1.0",
5-
"minAppVersion": "1.3.5",
4+
"version": "1.1.1",
5+
"minAppVersion": "1.4.5",
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": "Muness Castle",
88
"authorUrl": "https://github.com/muness",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ics",
3-
"version": "1.1.0",
3+
"version": "1.1.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

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"0.9.15": "0.15.0",
1515
"0.9.16": "0.15.0",
1616
"0.9.17": "0.15.0",
17-
"1.1.0": "1.3.5"
17+
"1.1.0": "1.3.5",
18+
"1.1.1": "1.4.5"
1819
}

0 commit comments

Comments
 (0)