From c3c2c98ac4d214419efecea5335cc3d7bdc9d56c Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Fri, 11 Nov 2022 15:44:49 -0500 Subject: [PATCH] 0.7.5 --- 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 b43ae98..378fcc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.7.4", + "version": "0.7.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 b1e1e00..ee4350a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.7.4", + "version": "0.7.5", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index 691e0cd..4bf311a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.7.4", + "version": "0.7.5", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0f7a5e6..f762d45 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "0.7.1": "0.12.0", "0.7.2": "0.12.0", "0.7.3": "0.12.0", - "0.7.4": "0.12.0" + "0.7.4": "0.12.0", + "0.7.5": "0.12.0" } \ No newline at end of file