Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mike.d committed Mar 10, 2013
1 parent dfa9582 commit 029d9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/v1
Expand Up @@ -43,7 +43,7 @@ program
grouped_tasks[a.parent_id].push a
for sid,ts of grouped_tasks
Story.find sid,(ps)->
result = Array(100).join("*") + "\n"
result = Array(100).join("-") + "\n"
result += ps.toString()
for s in grouped_tasks[ps.id.split(":")[1]]
result += s.toString()
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "versionone-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "versionone cli",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 029d9ea

Please sign in to comment.