diff --git a/manifest.json b/manifest.json index 3983ab9..312162b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.10.1", + "version": "0.10.2", "minAppVersion": "0.16.3", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "author": "Davis Haupt", diff --git a/package-lock.json b/package-lock.json index ed29638..687444f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.10.1", + "version": "0.10.2", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index c529704..5e129bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.10.1", + "version": "0.10.2", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fcf9c60..fee5db0 100644 --- a/versions.json +++ b/versions.json @@ -46,5 +46,6 @@ "0.9.4": "1.1.1", "0.9.5": "0.16.3", "0.10.0": "0.16.3", - "0.10.1": "0.16.3" + "0.10.1": "0.16.3", + "0.10.2": "0.16.3" } \ No newline at end of file