diff --git a/manifest.json b/manifest.json index 27ee63c..2110d0a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.4.4", + "version": "0.4.5", "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 7637d03..940af0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index d27d76b..7792cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.4.4", + "version": "0.4.5", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 58851fa..e08f8bc 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "0.4.1": "0.12.0", "0.4.2": "0.12.0", "0.4.3": "0.12.0", - "0.4.4": "0.12.0" + "0.4.4": "0.12.0", + "0.4.5": "0.12.0" } \ No newline at end of file