Skip to content

Commit de72ca7

Browse files
committed
Update to version 1.7.0
1 parent 6fcb095 commit de72ca7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.6.7",
4+
"version": "1.7.0",
55
"minAppVersion": "1.7.7",
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.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.6.7",
3+
"version": "1.7.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
@@ -47,5 +47,6 @@
4747
"1.6.5.1": "1.5.11",
4848
"1.6.6": "1.5.11",
4949
"1.6.6.1": "1.5.11",
50-
"1.6.7": "1.7.7"
50+
"1.6.7": "1.7.7",
51+
"1.7.0": "1.7.7"
5152
}

0 commit comments

Comments
 (0)