Skip to content

Commit ceabb60

Browse files
committed
v0.13.2
1 parent bc7023e commit ceabb60

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ npm install -g tape-cli
3636
$ tape COMMAND
3737
running command...
3838
$ tape (-v|--version|version)
39-
tape-cli/0.13.1 darwin-x64 node-v14.0.0
39+
tape-cli/0.13.2 darwin-x64 node-v14.0.0
4040
$ tape --help [COMMAND]
4141
USAGE
4242
$ tape COMMAND
@@ -75,7 +75,7 @@ EXAMPLE
7575
$ tape config
7676
```
7777

78-
_See code: [src/commands/config.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/config.ts)_
78+
_See code: [src/commands/config.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/config.ts)_
7979

8080
## `tape devices`
8181

@@ -98,7 +98,7 @@ EXAMPLE
9898
$ tape devices
9999
```
100100

101-
_See code: [src/commands/devices.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/devices.ts)_
101+
_See code: [src/commands/devices.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/devices.ts)_
102102

103103
## `tape frame [INPUTFILE]`
104104

@@ -125,7 +125,7 @@ ALIASES
125125
$ tape upload
126126
```
127127

128-
_See code: [src/commands/frame.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/frame.ts)_
128+
_See code: [src/commands/frame.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/frame.ts)_
129129

130130
## `tape gif`
131131

@@ -155,7 +155,7 @@ EXAMPLE
155155
🎬 Recording started. Press SPACE to save or ESC to abort.
156156
```
157157

158-
_See code: [src/commands/gif.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/gif.ts)_
158+
_See code: [src/commands/gif.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/gif.ts)_
159159

160160
## `tape help [COMMAND]`
161161

@@ -203,7 +203,7 @@ EXAMPLE
203203
https://example.com/image.png
204204
```
205205

206-
_See code: [src/commands/image.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/image.ts)_
206+
_See code: [src/commands/image.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/image.ts)_
207207

208208
## `tape login`
209209

@@ -221,7 +221,7 @@ EXAMPLE
221221
$ tape login
222222
```
223223

224-
_See code: [src/commands/login.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/login.ts)_
224+
_See code: [src/commands/login.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/login.ts)_
225225

226226
## `tape upgrade`
227227

@@ -236,7 +236,7 @@ OPTIONS
236236
-p, --plan=Pro Plan name to upgrade to
237237
```
238238

239-
_See code: [src/commands/upgrade.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/upgrade.ts)_
239+
_See code: [src/commands/upgrade.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/upgrade.ts)_
240240

241241
## `tape video`
242242

@@ -268,7 +268,7 @@ EXAMPLE
268268
🎬 Recording started. Press SPACE to save or ESC to abort.
269269
```
270270

271-
_See code: [src/commands/video.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.1/src/commands/video.ts)_
271+
_See code: [src/commands/video.ts](https://github.com/edamameldn/tape-cli/blob/v0.13.2/src/commands/video.ts)_
272272
<!-- commandsstop -->
273273

274274
### License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape-cli",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"author": "Edamame Studio @ingmaras @dac09",
55
"bin": {
66
"tape": "./bin/tape"

0 commit comments

Comments
 (0)