Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Oct 10, 2013
1 parent 2b1dc10 commit 27a8858
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ grunt test

## changelog

### 0.0.2
### 0.0.3
* added bower support
* support newer versions of moment
* construction with string and zone respects zone
Expand Down
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.2",
"version": "0.0.3",
"main": "index.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion min/moment-timezone.min.js

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

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.2
// version : 0.0.3
// author : Tim Wood
// license : MIT
// github.com/timrwood/moment-timezone

(function () {

var VERSION = "0.0.2";
var VERSION = "0.0.3";

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.2",
"version": "0.0.3",
"description": "Timezone plugin for Moment.js.",
"homepage": "http://momentjs.com",
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit 27a8858

Please sign in to comment.