chore: increase version

This commit is contained in:
Kevin K 2015-08-01 00:55:52 -04:00
parent b21a8ecb43
commit b747f15945
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v1.1.6"></a>
### v1.1.6 (2015-08-01)
#### Bug Fixes
* fixes two bugs in App when printing newlines in help and subcommands required error ([d63c0136](https://github.com/kbknapp/clap-rs/commit/d63c0136310db9dd2b1c7b4745938311601d8938))
<a name="v1.1.5"></a>
### v1.1.5 (2015-07-29)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "1.1.5"
version = "1.1.6"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"