Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Dec 23, 2022
1 parent e2edcd4 commit 894f5bf
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.1",
"version": "0.9.2",
"minAppVersion": "1.1.1",
"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.1",
"version": "0.9.2",
"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 @@ -40,5 +40,6 @@
"0.7.6": "0.12.0",
"0.8.0": "0.12.0",
"0.9.0": "0.12.0",
"0.9.1": "0.12.0"
"0.9.1": "0.12.0",
"0.9.2": "1.1.1"
}

0 comments on commit 894f5bf

Please sign in to comment.