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" },