// moment.js
-// version : 1.5.0
+// version : 1.5.1
// author : Tim Wood
// license : MIT
// momentjs.com
['HH', /T\d\d/]
],
timezoneParseRegex = /([\+\-]|\d\d)/gi,
- VERSION = "1.5.0",
+ VERSION = "1.5.1",
shortcuts = 'Month|Date|Hours|Minutes|Seconds|Milliseconds'.split('|');
// Moment prototype object
{
"name": "moment",
- "version": "1.5.0",
+ "version": "1.5.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/)",