Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Jun 23, 2014
1 parent ab25f61 commit 73a1ff3
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 29 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = function(grunt) {
}
},
options: {
report : 'gzip'
report : 'gzip',
preserveComments : 'some'
}
},

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moment-timezone",
"description" : "Parse and display moments in any timezone.",
"version": "0.0.6",
"version": "0.1.0",
"main": "builds/moment-timezone-with-data-2010-2020.js",
"ignore": [
"**/.*",
Expand Down
12 changes: 6 additions & 6 deletions builds/moment-timezone-with-data-2010-2020.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// moment-timezone.js
// version : 0.0.6
// author : Tim Wood
// license : MIT
// github.com/moment/moment-timezone
//! moment-timezone.js
//! version : 0.1.0
//! author : Tim Wood
//! license : MIT
//! github.com/moment/moment-timezone

(function (root, factory) {
"use strict";
Expand All @@ -21,7 +21,7 @@
// Do not load moment-timezone a second time.
if (moment.tz !== undefined) { return moment; }

var VERSION = "0.0.6",
var VERSION = "0.1.0",
zones = {},
links = {};

Expand Down
7 changes: 6 additions & 1 deletion builds/moment-timezone-with-data-2010-2020.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions builds/moment-timezone-with-data.js

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

7 changes: 6 additions & 1 deletion builds/moment-timezone-with-data.min.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion builds/moment-timezone.min.js

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

10 changes: 5 additions & 5 deletions moment-timezone-utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// moment-timezone-utils.js
// version : 0.0.6
// author : Tim Wood
// license : MIT
// github.com/moment/moment-timezone
//! moment-timezone-utils.js
//! version : 0.1.0
//! author : Tim Wood
//! license : MIT
//! github.com/moment/moment-timezone

(function (root, factory) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions moment-timezone.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// moment-timezone.js
// version : 0.0.6
// author : Tim Wood
// license : MIT
// github.com/moment/moment-timezone
//! moment-timezone.js
//! version : 0.1.0
//! author : Tim Wood
//! license : MIT
//! github.com/moment/moment-timezone

(function (root, factory) {
"use strict";
Expand All @@ -21,7 +21,7 @@
// Do not load moment-timezone a second time.
if (moment.tz !== undefined) { return moment; }

var VERSION = "0.0.6",
var VERSION = "0.1.0",
zones = {},
links = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment-timezone",
"version": "0.0.6",
"version": "0.1.0",
"description": "Parse and display moments in any timezone.",
"homepage": "http://momentjs.com/timezone/",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit 73a1ff3

Please sign in to comment.