Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 21, 2012
1 parent e77c5bf commit 46e96f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "sum",
"repo": "component/sum",
"description": "Array sum utility",
"version": "0.0.1",
"version": "0.1.0",
"keywords": ["array", "sum", "utility"],
"dependencies": {
"component/to-function": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sum-component",
"version": "0.0.1",
"version": "0.1.0",
"description": "Sum utility",
"dependencies": {
"to-function": "*"
Expand Down

0 comments on commit 46e96f1

Please sign in to comment.