diff --git a/manifest.json b/manifest.json index 3a908f9..eb35271 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.9.0", + "version": "0.9.1", "minAppVersion": "0.12.0", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "author": "Davis Haupt", diff --git a/package-lock.json b/package-lock.json index d2e4ce5..ea8a17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index 3143b41..c1337c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.9.0", + "version": "0.9.1", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 99f3d06..604af46 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "0.7.5": "0.12.0", "0.7.6": "0.12.0", "0.8.0": "0.12.0", - "0.9.0": "0.12.0" + "0.9.0": "0.12.0", + "0.9.1": "0.12.0" } \ No newline at end of file