From a0c27fd143e3ca43b4ba31ce97af124290482f17 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 14 Apr 2013 22:08:41 -0700 Subject: [PATCH] update changelog/meta for 1.6.1 --- changelog.txt | 5 +++++ fullcalendar.jquery.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 549631a..a078d23 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ +version 1.6.1 (4/14/13) + - fixed event inner content overflow bug (issue 1783) + - fixed table header className bug (1772) + - removed text-shadow on events (better for general use, thx tkrotoff) + version 1.6.0 (3/18/13) - visual facelift, with bootstrap-inspired buttons and colors - simplified HTML/CSS for events and buttons diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index b770f59..5ccc8e3 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "1.6.0", + "version": "1.6.1", "dependencies": { "jquery": "~1.9.1" },