From b0b4e1d8bf8cf1272e58e1aca40971134c20c754 Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Thu, 16 Mar 2023 18:49:27 -0400 Subject: [PATCH] 0.10.0 --- 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 30ff9dae..c1592bc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.9.5", + "version": "0.10.0", "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 b806d010..a2e494b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.9.5", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.9.5", + "version": "0.10.0", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index 085c28bc..cce96b93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.9.5", + "version": "0.10.0", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5bb54919..78276225 100644 --- a/versions.json +++ b/versions.json @@ -44,5 +44,6 @@ "0.9.2": "1.1.1", "0.9.3": "1.1.1", "0.9.4": "1.1.1", - "0.9.5": "0.16.3" + "0.9.5": "0.16.3", + "0.10.0": "0.16.3" } \ No newline at end of file