Skip to content

Commit

Permalink
chore: update version to 0.6.1 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa authored Jan 5, 2025
1 parent 4b53364 commit 29d1588
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.6.0 linux-arm64 node-v22.12.0
magicpod-analyzer/0.6.1 linux-arm64 node-v22.12.0
$ magicpod-analyzer --help [COMMAND]
USAGE
$ magicpod-analyzer COMMAND
Expand Down Expand Up @@ -58,7 +58,7 @@ EXAMPLES
$ magicpod-analyzer get-batch-runs
```

_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.0/src/commands/get-batch-runs.ts)_
_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.1/src/commands/get-batch-runs.ts)_

## `magicpod-analyzer help [COMMAND]`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.6.0 linux-arm64 node-v22.12.0
magicpod-analyzer/0.6.1 linux-arm64 node-v22.12.0
$ magicpod-analyzer --help [COMMAND]
USAGE
$ magicpod-analyzer COMMAND
Expand Down Expand Up @@ -60,7 +60,7 @@ EXAMPLES
$ magicpod-analyzer get-batch-runs
```

_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.0/src/commands/get-batch-runs.ts)_
_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.1/src/commands/get-batch-runs.ts)_

## `magicpod-analyzer help [COMMAND]`

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": "magicpod-analyzer",
"version": "0.6.0",
"version": "0.6.1",
"description": "Export MagicPod test data for analyzing.",
"author": "Takeshi Kishi",
"bin": {
Expand Down

0 comments on commit 29d1588

Please sign in to comment.