Skip to content

Commit

Permalink
cli: Update version to v0.4.1
Browse files Browse the repository at this point in the history
Search now has pagination. Search response also contains file types.
  • Loading branch information
adishegde committed Jul 5, 2018
1 parent 6cde2dd commit ed9b4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {

const logger = Winston.loggers.get("client");

Program.version("0.4.0")
Program.version("0.4.1")
.usage("[options] <command> [<args>]")
.option(
"-p, --clientPort <port>",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const logger = Winston.loggers.get("daemon");
const share = [];
const ignore = [...DEFAULT.ignore];

Program.version("0.4.0")
Program.version("0.4.1")
.usage("[options]")
.option(
"-u, --udpPort <port>",
Expand Down

0 comments on commit ed9b4fd

Please sign in to comment.