Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Dec 24, 2022
1 parent 31c03ae commit 6a3787e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-full-calendar",
"name": "Full Calendar",
"version": "0.9.4",
"version": "0.9.5",
"minAppVersion": "0.16.3",
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
"author": "Davis Haupt",
"authorUrl": "https://davi.sh",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/davish"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-full-calendar",
"version": "0.9.4",
"version": "0.9.5",
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"0.9.1": "0.12.0",
"0.9.2": "1.1.1",
"0.9.3": "1.1.1",
"0.9.4": "1.1.1"
"0.9.4": "1.1.1",
"0.9.5": "0.16.3"
}

0 comments on commit 6a3787e

Please sign in to comment.