Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 2, 2024
1 parent 6b739d9 commit 37fd9da
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 @@ -38,7 +38,7 @@ interface CLIArgs {

const program = new Command();
program
.version('2.2.1')
.version('2.2.2')
.usage('[options] /path/to/images/*.jpg | images.txt')
.option('-p, --port <n>', 'Run on this port (default 4321)', parseInt)
.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 @@ -45,7 +45,7 @@ const program = new Command();

// If you add an option here, consider adding it in classify-images.ts as well.
program
.version('2.2.1')
.version('2.2.2')
.usage('[options] template.html tasks.csv outputs.csv')
.option('-p, --port <n>', 'Run on this port (default 4321)', parseInt)
.option(
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.2.1",
"version": "2.2.2",
"description": "Run Mechanical Turk-like tasks on your own.",
"main": "index.js",
"repository": "https://github.com/danvk/localturk.git",
Expand Down

0 comments on commit 37fd9da

Please sign in to comment.