From ebb0b4f5f587ae838614b84a4a15d223ba6204da Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 26 Feb 2013 01:08:23 -0800 Subject: [PATCH] bump version (still on 1.5.4 src though) to get jquery plugin registry to notice --- fullcalendar.jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index a1505e2..461084e 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "1.5.4", + "version": "1.5.4-final", "dependencies": { "jquery": "~1.8.1" },