Skip to content

Commit

Permalink
chore: release v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
markcallen committed Mar 11, 2023
1 parent d8bea3c commit 66033fd
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 @@ -26,7 +26,7 @@ $ npm install -g cld-cli
$ cld COMMAND
running command...
$ cld (--version)
cld-cli/0.3.11 linux-x64 node-v16.13.0
cld-cli/0.3.12 linux-x64 node-v18.14.0
$ cld --help [COMMAND]
USAGE
$ cld COMMAND
Expand Down Expand Up @@ -68,7 +68,7 @@ DESCRIPTION
Display help for cld.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.4/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.8/src/commands/help.ts)_

## `cld plugins`

Expand All @@ -88,7 +88,7 @@ EXAMPLES
$ cld plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.3.0/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.3.2/src/commands/plugins/index.ts)_

## `cld plugins:install PLUGIN...`

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": "cld-cli",
"version": "0.3.11",
"version": "0.3.12",
"description": "cld CLI - for the cld packages",
"author": "Mark C Allen @markcallen",
"bin": {
Expand Down

0 comments on commit 66033fd

Please sign in to comment.