Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
internalfx committed Jan 6, 2015
1 parent 4543f8d commit 22b2922
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 66 deletions.
2 changes: 1 addition & 1 deletion bin/thinker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
_ = require('lodash')
VERSION = "0.1.2"
VERSION = "0.2.0"
main = require("../main");
argv = require('minimist')(process.argv.slice(2));
main.run(argv);
Loading

0 comments on commit 22b2922

Please sign in to comment.