Skip to content

Commit e809944

Browse files
committed
v0.12.1
1 parent 33fda1b commit e809944

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 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.12.1-0 linux-x64 node-v12.16.1
39+
tape-cli/0.12.1 darwin-x64 node-v14.5.0
4040
$ tape --help [COMMAND]
4141
USAGE
4242
$ tape COMMAND
@@ -74,7 +74,7 @@ EXAMPLE
7474
$ tape config
7575
```
7676

77-
_See code: [src/commands/config.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/config.ts)_
77+
_See code: [src/commands/config.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/config.ts)_
7878

7979
## `tape devices`
8080

@@ -97,7 +97,7 @@ EXAMPLE
9797
$ tape devices
9898
```
9999

100-
_See code: [src/commands/devices.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/devices.ts)_
100+
_See code: [src/commands/devices.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/devices.ts)_
101101

102102
## `tape gif`
103103

@@ -124,7 +124,7 @@ EXAMPLE
124124
🎬 Recording started. Press SPACE to save or ESC to abort.
125125
```
126126

127-
_See code: [src/commands/gif.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/gif.ts)_
127+
_See code: [src/commands/gif.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/gif.ts)_
128128

129129
## `tape help [COMMAND]`
130130

@@ -169,7 +169,7 @@ EXAMPLE
169169
https://example.com/image.png
170170
```
171171

172-
_See code: [src/commands/image.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/image.ts)_
172+
_See code: [src/commands/image.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/image.ts)_
173173

174174
## `tape login`
175175

@@ -187,7 +187,7 @@ EXAMPLE
187187
$ tape login
188188
```
189189

190-
_See code: [src/commands/login.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/login.ts)_
190+
_See code: [src/commands/login.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/login.ts)_
191191

192192
## `tape upgrade`
193193

@@ -202,7 +202,7 @@ OPTIONS
202202
-p, --plan=Pro Plan name to upgrade to
203203
```
204204

205-
_See code: [src/commands/upgrade.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/upgrade.ts)_
205+
_See code: [src/commands/upgrade.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/upgrade.ts)_
206206

207207
## `tape video`
208208

@@ -231,7 +231,7 @@ EXAMPLE
231231
🎬 Recording started. Press SPACE to save or ESC to abort.
232232
```
233233

234-
_See code: [src/commands/video.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1-0/src/commands/video.ts)_
234+
_See code: [src/commands/video.ts](https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/video.ts)_
235235
<!-- commandsstop -->
236236

237237
### 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.12.1-0",
3+
"version": "0.12.1",
44
"author": "Edamame Studio @ingmaras @dac09",
55
"bin": {
66
"tape": "./bin/tape"

0 commit comments

Comments
 (0)