Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Feb 8, 2018
1 parent 9d5efc6 commit a562f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classify-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function list(val) {
}

program
.version('2.1.0')
.version('2.1.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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import * as utils from './utils';
import { outputFile } from 'fs-extra';

program
.version('2.1.0')
.version('2.1.1')
.usage('[options] template.html tasks.csv outputs.csv')
.option('-p, --port <n>', 'Run on this port (default 4321)', parseInt)
.option('-s, --static-dir <dir>',
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": "2.1.0",
"version": "2.1.1",
"description": "Run Mechanical Turk-like tasks on your own.",
"main": "index.js",
"repository": "https:/danvk/localturk.git",
Expand Down

0 comments on commit a562f9b

Please sign in to comment.