From 0f9319db0a256bdefc62cb5b4999b5bffb879a5f Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Sat, 26 Feb 2022 18:12:22 -0500 Subject: [PATCH] 0.4.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 150c985..cdcd450 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-full-calendar", "name": "Full Calendar", - "version": "0.3.4", + "version": "0.4.0", "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 71e2563..7f54e79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-full-calendar", - "version": "0.3.4", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-full-calendar", - "version": "0.3.4", + "version": "0.4.0", "license": "MIT", "dependencies": { "@fullcalendar/core": "^5.10.1", diff --git a/package.json b/package.json index c5c6c09..b2a0404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-full-calendar", - "version": "0.3.4", + "version": "0.4.0", "description": "Obsidian integration with Full Calendar (fullcalendar.io)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cb1d2bf..b5da759 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.3.1": "0.12.0", "0.3.2": "0.12.0", "0.3.3": "0.12.0", - "0.3.4": "0.12.0" + "0.3.4": "0.12.0", + "0.4.0": "0.12.0" } \ No newline at end of file