Browse Source

update version to 1.6.0, update copyright year

Adam Shaw 13 years ago
parent
commit
6c8ac81bbb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      changelog.txt
  2. 2 2
      fullcalendar.jquery.json

+ 1 - 1
changelog.txt

@@ -1,5 +1,5 @@
 
-version 1.5.5
+version 1.6.0 (3/18/13)
 	- visual facelift, with bootstrap-inspired buttons and colors
 	- simplified HTML/CSS for events and buttons
 	- dayRender, for modifying a day cell (issue 191, thx althaus)

+ 2 - 2
fullcalendar.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "1.5.4-final",
+  "version": "1.6.0",
   "dependencies": {
     "jquery": "~1.8.1"
   },
@@ -30,5 +30,5 @@
     "email": "[email protected]",
     "url": "http://arshaw.com/"
   },
-  "copyright": "2012 Adam Shaw"
+  "copyright": "2013 Adam Shaw"
 }