From 73c31398273d07f8637ffbe4216436c989afcd29 Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Thu, 30 Mar 2023 13:15:05 -0400 Subject: [PATCH] 0.10.6 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 20009e2..49f35c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.10.5", + "version": "0.10.6", "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 0ad32b6..f3ded2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.10.5", + "version": "0.10.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.10.5", + "version": "0.10.6", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index 0990394..4be2029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.10.5", + "version": "0.10.6", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bda6bc5..e38eddc 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "0.10.2": "0.16.3", "0.10.3": "0.16.3", "0.10.4": "0.16.3", - "0.10.5": "0.16.3" + "0.10.5": "0.16.3", + "0.10.6": "0.16.3" } \ No newline at end of file