Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Buck committed May 14, 2021
1 parent 4d209d7 commit a529210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @voxable/cli
$ voxable COMMAND
running command...
$ voxable (-v|--version|version)
@voxable/cli/0.0.2 darwin-x64 node-v15.12.0
@voxable/cli/0.0.3 darwin-x64 node-v15.12.0
$ voxable --help [COMMAND]
USAGE
$ voxable COMMAND
Expand Down Expand Up @@ -201,7 +201,7 @@ USAGE
$ voxable projects
```

_See code: [src/commands/projects/index.ts](https://github.com/voxable/cli/blob/v0.0.2/src/commands/projects/index.ts)_
_See code: [src/commands/projects/index.ts](https://github.com/voxable/cli/blob/v0.0.3/src/commands/projects/index.ts)_

## `voxable projects:export PROJECT_ID`

Expand All @@ -218,7 +218,7 @@ EXAMPLE
$ voxable projects:export 3b2dcb09-e4d8-481a-8cc9-4fdc2bdb45f6
```

_See code: [src/commands/projects/export.ts](https://github.com/voxable/cli/blob/v0.0.2/src/commands/projects/export.ts)_
_See code: [src/commands/projects/export.ts](https://github.com/voxable/cli/blob/v0.0.3/src/commands/projects/export.ts)_

## `voxable projects:list`

Expand All @@ -232,5 +232,5 @@ EXAMPLE
$ voxable projects:list
```

_See code: [src/commands/projects/list.ts](https://github.com/voxable/cli/blob/v0.0.2/src/commands/projects/list.ts)_
_See code: [src/commands/projects/list.ts](https://github.com/voxable/cli/blob/v0.0.3/src/commands/projects/list.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voxable/cli",
"description": "A client for the Voxable conversation design platform's API.",
"version": "0.0.2",
"version": "0.0.3",
"author": "Voxable LLC <[email protected]>",
"bin": {
"voxable": "./bin/run"
Expand Down

0 comments on commit a529210

Please sign in to comment.