// moment.js
-// version : 1.6.0
+// version : 1.6.1
// author : Tim Wood
// license : MIT
// momentjs.com
(function (Date, undefined) {
var moment,
- VERSION = "1.6.0",
+ VERSION = "1.6.1",
round = Math.round, i,
// internal storage for language config files
languages = {},
{
"name": "moment",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Moment.js is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.",
"homepage": "https://github.com/timrwood/moment",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",