Skip to content

Commit 7c88597

Browse files
committed
Update to version 1.1.3
1 parent 34164c1 commit 7c88597

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ics",
33
"name": "ICS",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"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",

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.2",
3+
"version": "1.1.3",
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
@@ -16,5 +16,6 @@
1616
"0.9.17": "0.15.0",
1717
"1.1.0": "1.3.5",
1818
"1.1.1": "1.4.5",
19-
"1.1.2": "1.4.5"
19+
"1.1.2": "1.4.5",
20+
"1.1.3": "1.4.5"
2021
}

0 commit comments

Comments
 (0)