Skip to content

Commit

Permalink
Fix version in component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jun 5, 2014
1 parent 92c7ea0 commit f5154d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment",
"version": "2.5.1",
"version": "2.6.0",
"main": "moment.js",
"description": "Parse, validate, manipulate, and display dates in javascript.",
"files": [
Expand Down Expand Up @@ -79,4 +79,4 @@
"scripts": [
"moment.js"
]
}
}

0 comments on commit f5154d4

Please sign in to comment.