Skip to content

Commit 97cc454

Browse files
committed
Update to version 1.3.0
1 parent 4456762 commit 97cc454

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.2.1",
4+
"version": "1.3.0",
55
"minAppVersion": "1.4.16",
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.2.1",
3+
"version": "1.3.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

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"1.1.5": "1.4.16",
2323
"1.1.7": "1.4.16",
2424
"1.2.0": "1.4.16",
25-
"1.2.1": "1.4.16"
25+
"1.2.1": "1.4.16",
26+
"1.3.0": "1.4.16"
2627
}

0 commit comments

Comments
 (0)