Skip to content

Commit e8080e4

Browse files
committed
v1.1.0
1 parent bdc169a commit e8080e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ALIASES
129129
$ iwa c
130130
```
131131

132-
_See code: [src/commands/check.ts](https://github.com/chrispcode/iwa-cli/blob/v1.0.0/src/commands/check.ts)_
132+
_See code: [src/commands/check.ts](https://github.com/chrispcode/iwa-cli/blob/v1.1.0/src/commands/check.ts)_
133133

134134
## `iwa generate [INPUT] [OUTPUT]`
135135

@@ -151,7 +151,7 @@ ALIASES
151151
$ iwa g
152152
```
153153

154-
_See code: [src/commands/generate.ts](https://github.com/chrispcode/iwa-cli/blob/v1.0.0/src/commands/generate.ts)_
154+
_See code: [src/commands/generate.ts](https://github.com/chrispcode/iwa-cli/blob/v1.1.0/src/commands/generate.ts)_
155155

156156
## `iwa remove [INPUT]`
157157

@@ -169,5 +169,5 @@ ALIASES
169169
$ iwa rm
170170
```
171171

172-
_See code: [src/commands/remove.ts](https://github.com/chrispcode/iwa-cli/blob/v1.0.0/src/commands/remove.ts)_
172+
_See code: [src/commands/remove.ts](https://github.com/chrispcode/iwa-cli/blob/v1.1.0/src/commands/remove.ts)_
173173
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iwa-cli",
33
"description": "An ImmutableWebApp CLI using oclif and cosmiconfig",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Kristiyan Serafimov (chrispcode)",
66
"repository": "chrispcode/iwa-cli",
77
"files": [

0 commit comments

Comments
 (0)