Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Jan 27, 2024
1 parent 89e52a6 commit da2a729
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 @@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
$ @codegenie/cli COMMAND
running command...
$ @codegenie/cli (--version)
@codegenie/cli/0.0.6 darwin-arm64 node-v20.9.0
@codegenie/cli/0.0.7 darwin-arm64 node-v20.9.0
$ @codegenie/cli --help [COMMAND]
USAGE
$ @codegenie/cli COMMAND
Expand Down Expand Up @@ -110,7 +110,7 @@ EXAMPLES
generating app...
```

_See code: [dist/commands/generate.ts](https://github.com/CodeGenieApp/cli/blob/v0.0.6/dist/commands/generate.ts)_
_See code: [dist/commands/generate.ts](https://github.com/CodeGenieApp/cli/blob/v0.0.7/dist/commands/generate.ts)_

## `@codegenie/cli help [COMMANDS]`

Expand Down Expand Up @@ -154,7 +154,7 @@ EXAMPLES
$ @codegenie/cli login
```

_See code: [dist/commands/login.ts](https://github.com/CodeGenieApp/cli/blob/v0.0.6/dist/commands/login.ts)_
_See code: [dist/commands/login.ts](https://github.com/CodeGenieApp/cli/blob/v0.0.7/dist/commands/login.ts)_

## `@codegenie/cli update [CHANNEL]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@codegenie/cli",
"description": "Code Genie CLI",
"author": "Brett @brettstack",
"version": "0.0.6",
"version": "0.0.7",
"repository": "CodeGenieApp/cli",
"homepage": "https://github.com/CodeGenieApp/cli",
"bugs": "https://github.com/CodeGenieApp/cli/issues",
Expand Down

0 comments on commit da2a729

Please sign in to comment.