Skip to content

Commit

Permalink
pump version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarnajjar committed Nov 22, 2022
1 parent bfce55a commit 60fee04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ npm install -g ngrx-graph
$ ngrx-graph COMMAND
running command...
$ ngrx-graph (--version)
ngrx-graph/0.0.6 darwin-arm64 node-v19.1.0
ngrx-graph/0.0.7 darwin-arm64 node-v19.1.0
$ ngrx-graph --help [COMMAND]
USAGE
$ ngrx-graph COMMAND
Expand Down Expand Up @@ -88,7 +88,7 @@ EXAMPLES
$ ngrx-graph graph
```

_See code: [dist/commands/graph/index.ts](https://github.com/ammarnajjar/ngrx-graph/blob/v0.0.6/dist/commands/graph/index.ts)_
_See code: [dist/commands/graph/index.ts](https://github.com/ammarnajjar/ngrx-graph/blob/v0.0.7/dist/commands/graph/index.ts)_

## `ngrx-graph 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": "ngrx-graph",
"version": "0.0.6",
"version": "0.0.7",
"description": "Generate NgRx actions graph",
"author": "Ammar Najjar",
"bin": {
Expand Down

0 comments on commit 60fee04

Please sign in to comment.