Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jun 4, 2019
1 parent 6a980de commit ffb3eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ npm install -g @cleanunicorn/mythos
$ mythos COMMAND
running command...
$ mythos (-v|--version|version)
@cleanunicorn/mythos/0.10.0 linux-x64 node-v11.15.0
@cleanunicorn/mythos/0.10.2 linux-x64 node-v11.15.0
$ mythos --help [COMMAND]
USAGE
$ mythos COMMAND
Expand Down Expand Up @@ -150,7 +150,7 @@ OPTIONS
--timeout=timeout [default: 180] How many seconds to wait for the result
```

_See code: [src/commands/analyze.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.0/src/commands/analyze.ts)_
_See code: [src/commands/analyze.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.2/src/commands/analyze.ts)_

## `mythos get-analysis UUID`

Expand All @@ -169,7 +169,7 @@ OPTIONS
--mythxPassword=mythxPassword (required)
```

_See code: [src/commands/get-analysis.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.0/src/commands/get-analysis.ts)_
_See code: [src/commands/get-analysis.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.2/src/commands/get-analysis.ts)_

## `mythos help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cleanunicorn/mythos",
"description": "A CLI client for MythX",
"version": "0.10.1",
"version": "0.10.2",
"author": "Daniel Luca @cleanunicorn",
"bin": {
"mythos": "./bin/run"
Expand Down

0 comments on commit ffb3eea

Please sign in to comment.