Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Apr 12, 2014
1 parent b18968f commit c9a5167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment-timezone",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions moment-timezone.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// moment-timezone.js
// version : 0.0.4
// version : 0.0.5
// author : Tim Wood
// license : MIT
// github.com/timrwood/moment-timezone

(function () {

var VERSION = "0.0.4";
var VERSION = "0.0.5";

function onload(moment) {
var oldZoneName = moment.fn.zoneName,
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.4",
"version": "0.0.5",
"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 c9a5167

Please sign in to comment.