Skip to content

Commit

Permalink
Adding 0.0.1 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed May 18, 2013
1 parent fb76dd5 commit aa7c972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions moment-timezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// github.com/timrwood/moment-timezone

(function () {

var VERSION = "0.0.1";

function onload(moment) {
var oldZoneName = moment.fn.zoneName,
oldZoneAbbr = moment.fn.zoneAbbr,
Expand Down Expand Up @@ -479,6 +482,8 @@
moment.tz.addRule = addRule;
moment.tz.addZone = addZone;

moment.tz.version = VERSION;

// add default rule
defaultRule = addRule("- 0 9999 0 0 0 0 0 0");

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.0",
"version": "0.0.1",
"description": "Timezone plugin for Moment.js.",
"homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit aa7c972

Please sign in to comment.