update changelog/meta for 1.6.1

This commit is contained in:
Adam Shaw
2013-04-14 22:08:41 -07:00
parent 7aadedfe59
commit a0c27fd143
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fullcalendar",
"version": "1.6.0",
"version": "1.6.1",
"dependencies": {
"jquery": "~1.9.1"
},