Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jul 26, 2016
1 parent 5491977 commit 62e9544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classify-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function list(val) {
}

program
.version('1.1.3')
.version('1.2.1')
.usage('[options] /path/to/images/*.jpg')
.option('-o, --output <file>',
'Path to output CSV file (default output.csv)', 'output.csv')
Expand Down
2 changes: 1 addition & 1 deletion localturk.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var assert = require('assert'),
;

program
.version('1.1.3')
.version('1.2.1')
.usage('[options] template.html tasks.csv outputs.csv')
.option('-s, --static_dir <dir>', 'Serve static content from this directory')
.option('-p, --port <n>', 'Run on this port (default 4321)', parseInt)
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": "localturk",
"version": "1.2.0",
"version": "1.2.1",
"main": "localturk",
"bin": {
"localturk": "localturk.js",
Expand Down

0 comments on commit 62e9544

Please sign in to comment.