Skip to content

Commit 2641119

Browse files
committed
Update to version 1.1.2
1 parent d85e26d commit 2641119

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.1",
4+
"version": "1.1.2",
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.1",
3+
"version": "1.1.2",
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
@@ -15,5 +15,6 @@
1515
"0.9.16": "0.15.0",
1616
"0.9.17": "0.15.0",
1717
"1.1.0": "1.3.5",
18-
"1.1.1": "1.4.5"
18+
"1.1.1": "1.4.5",
19+
"1.1.2": "1.4.5"
1920
}

0 commit comments

Comments
 (0)