Skip to content

Commit 395bcf2

Browse files
committed
0.9.4
1 parent 46e9c2e commit 395bcf2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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": "obsidian-full-calendar",
33
"name": "Full Calendar",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"minAppVersion": "1.1.1",
66
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
77
"author": "Davis Haupt",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-full-calendar",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"0.9.0": "0.12.0",
4343
"0.9.1": "0.12.0",
4444
"0.9.2": "1.1.1",
45-
"0.9.3": "1.1.1"
45+
"0.9.3": "1.1.1",
46+
"0.9.4": "1.1.1"
4647
}

0 commit comments

Comments
 (0)