From 894f5bfd07b4b7c2cb240b4e20d7af693e4dda80 Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Thu, 22 Dec 2022 21:09:12 -0800 Subject: [PATCH] 0.9.2 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index b3d4b70..3050723 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.9.1", + "version": "0.9.2", "minAppVersion": "1.1.1", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "author": "Davis Haupt", "authorUrl": "https://davi.sh", "isDesktopOnly": false, "fundingUrl": "https://ko-fi.com/davish" -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6b7a22c..1e7aedd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index c9a74fd..09443f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.9.1", + "version": "0.9.2", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 604af46..a78942f 100644 --- a/versions.json +++ b/versions.json @@ -40,5 +40,6 @@ "0.7.6": "0.12.0", "0.8.0": "0.12.0", "0.9.0": "0.12.0", - "0.9.1": "0.12.0" + "0.9.1": "0.12.0", + "0.9.2": "1.1.1" } \ No newline at end of file