Skip to content

Commit 1e0e68a

Browse files
committed
0.6.1
1 parent bda2bce commit 1e0e68a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ dependencies:
1414
github: mosop/cli
1515
```
1616
17-
## Code Samples
1817
<a name="code_samples"></a>
1918
19+
## Code Samples
20+
2021
### Option Parser
2122
2223
```crystal
@@ -212,7 +213,11 @@ puts TicketToRide.generate_zsh_completion
212213
require "cli"
213214
```
214215

215-
and see [Code Samples](#code_samples) and [Wiki](https://github.com/mosop/cli/wiki).
216+
and see:
217+
218+
* [Code Samples](#code_samples)
219+
* [Wiki](https://github.com/mosop/cli/wiki)
220+
* [API Document](http://mosop.me/cli/Cli.html)
216221

217222
## Want to Do
218223

src/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cli
2-
VERSION = "0.6.0"
2+
VERSION = "0.6.1"
33
end

0 commit comments

Comments
 (0)