Skip to content

Commit 4ad39ee

Browse files
committed
Update to version 0.9.16
1 parent ddea816 commit 4ad39ee

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": "obsidian-ics",
33
"name": "ICS",
4-
"version": "0.9.15",
4+
"version": "0.9.16",
55
"minAppVersion": "0.15.0",
66
"description": "This is a ICS plugin for Obsidian.",
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": "0.9.15",
3+
"version": "0.9.16",
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
@@ -11,5 +11,6 @@
1111
"0.9.12": "0.14.8",
1212
"0.9.13": "0.15.0",
1313
"0.9.14": ".15.0",
14-
"0.9.15": "0.15.0"
14+
"0.9.15": "0.15.0",
15+
"0.9.16": "0.15.0"
1516
}

0 commit comments

Comments
 (0)