diff --git a/manifest.json b/manifest.json index abb7b56..abfe85f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.9.3", + "version": "0.9.4", "minAppVersion": "1.1.1", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "author": "Davis Haupt", diff --git a/package-lock.json b/package-lock.json index 5da8475..59c99a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index e05bfc9..7fe1b5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.9.3", + "version": "0.9.4", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 18897d4..9cefd54 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "0.9.0": "0.12.0", "0.9.1": "0.12.0", "0.9.2": "1.1.1", - "0.9.3": "1.1.1" + "0.9.3": "1.1.1", + "0.9.4": "1.1.1" } \ No newline at end of file