From 9c6c8c76019bb2794a8a939cd3904279c3865bc8 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 11 Feb 2020 19:54:07 -0500 Subject: [PATCH] 4.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d2bfb4..6254ce0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@fullcalendar/vue", - "version": "4.3.1", + "version": "4.4.0", "title": "FullCalendar Vue Component", "description": "An official FullCalendar component for Vue", "keywords": [ @@ -27,7 +27,7 @@ "ci": "./scripts/ci.sh" }, "dependencies": { - "@fullcalendar/core": "~4.3.0", + "@fullcalendar/core": "~4.4.0", "fast-deep-equal": "^2.0.1" }, "peerDependencies": {