Skip to content

Commit

Permalink
Releasing version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Dec 6, 2011
1 parent 5020cdd commit 11324f3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var LANG_MINIFY = "de en-gb es fr it kr nb nl pl pt ru sv".split(" ");
var LANG_TEST = "de en en-gb es fr it kr nb nl pl pt ru sv".split(" ");
var LANG_PREFIX = "(function() { var moment; if (typeof window === 'undefined') { moment = require('../../moment'); module = QUnit.module; } else { moment = window.moment; }";
var LANG_SUFFIX = "})();";
var VERSION = '1.1.2';
var VERSION = '1.2.0';
var MINIFY_COMMENT = '/* Moment.js | version : ' + VERSION + ' | author : Tim Wood | license : MIT */\n';
var MINSIZE = 0;
var SRCSIZE = 0;
Expand Down
4 changes: 2 additions & 2 deletions moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// (c) 2011 Tim Wood
// Moment.js is freely distributable under the terms of the MIT license.
//
// Version 1.1.2
// Version 1.2.0

(function (Date, undefined) {

Expand All @@ -13,7 +13,7 @@
hasModule = (typeof module !== 'undefined'),
paramsToParse = 'months|monthsShort|weekdays|weekdaysShort|longDateFormat|relativeTime|ordinal|meridiem'.split('|'),
i,
VERSION = "1.1.2",
VERSION = "1.2.0",
shortcuts = 'Month|Date|Hours|Minutes|Seconds'.split('|');

// left zero fill a number
Expand Down
4 changes: 2 additions & 2 deletions moment.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment",
"version": "1.1.2",
"version": "1.2.0",
"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 <[email protected]> (http://timwoodcreates.com/)",
Expand Down
Loading

0 comments on commit 11324f3

Please sign in to comment.