Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarnajjar committed Dec 23, 2022
1 parent 4244069 commit a15646d
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.7 darwin-arm64 node-v19.1.0
ngrx-graph/0.0.8 darwin-arm64 node-v19.3.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.7/dist/commands/graph/index.ts)_
_See code: [dist/commands/graph/index.ts](https://github.com/ammarnajjar/ngrx-graph/blob/v0.0.8/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.7",
"version": "0.0.8",
"description": "Generate NgRx actions graph",
"author": "Ammar Najjar",
"bin": {
Expand Down

0 comments on commit a15646d

Please sign in to comment.