Skip to content

Commit 1475f4c

Browse files
committed
Bump version and readme
1 parent cd35e45 commit 1475f4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g @gr4vy/cli
2222
$ gr4vy COMMAND
2323
running command...
2424
$ gr4vy (--version)
25-
@gr4vy/cli/0.1.3 darwin-arm64 node-v16.20.0
25+
@gr4vy/cli/0.1.4 darwin-arm64 node-v16.20.0
2626
$ gr4vy --help [COMMAND]
2727
USAGE
2828
$ gr4vy COMMAND
@@ -127,7 +127,7 @@ FLAG DESCRIPTIONS
127127
Returns the decoded header and claim from the JWT token without the signature
128128
```
129129

130-
_See code: [dist/commands/embed.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3/dist/commands/embed.ts)_
130+
_See code: [dist/commands/embed.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4/dist/commands/embed.ts)_
131131

132132
## `gr4vy help [COMMANDS]`
133133

@@ -168,7 +168,7 @@ DESCRIPTION
168168
Generates a config file that can be used to generate the token.
169169
```
170170

171-
_See code: [dist/commands/init.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3/dist/commands/init.ts)_
171+
_See code: [dist/commands/init.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4/dist/commands/init.ts)_
172172

173173
## `gr4vy token expiresIn=10d --scope=buyers.read --scope=buyers.write`
174174

@@ -219,5 +219,5 @@ FLAG DESCRIPTIONS
219219
Returns the decoded header and claim from the JWT token without the signature
220220
```
221221

222-
_See code: [dist/commands/token.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3/dist/commands/token.ts)_
222+
_See code: [dist/commands/token.ts](https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4/dist/commands/token.ts)_
223223
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gr4vy/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "The Gr4vy CLI",
55
"author": "Gr4vy, Inc <[email protected]>",
66
"bin": {

0 commit comments

Comments
 (0)