diff --git a/manifest.json b/manifest.json index 3050723..abb7b56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.9.2", + "version": "0.9.3", "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 1e7aedd..5da8475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index 09443f7..e05bfc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.9.2", + "version": "0.9.3", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a78942f..18897d4 100644 --- a/versions.json +++ b/versions.json @@ -41,5 +41,6 @@ "0.8.0": "0.12.0", "0.9.0": "0.12.0", "0.9.1": "0.12.0", - "0.9.2": "1.1.1" + "0.9.2": "1.1.1", + "0.9.3": "1.1.1" } \ No newline at end of file