From 5c0b0ac95eafc1bb14aed862137ff07be2ef6d73 Mon Sep 17 00:00:00 2001 From: arshaw Date: Fri, 12 Jul 2024 17:45:09 -0400 Subject: [PATCH] sync versions --- lib/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/package.json b/lib/package.json index 32d27a1..0ca68f9 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.14", + "version": "6.1.15", "title": "FullCalendar Angular Component", "description": "The official Angular component for FullCalendar", "keywords": [ @@ -22,6 +22,6 @@ "peerDependencies": { "@angular/common": "12 - 18", "@angular/core": "12 - 18", - "@fullcalendar/core": "~6.1.14" + "@fullcalendar/core": "~6.1.15" } }