chore: increase version

This commit is contained in:
Kevin K 2015-07-18 11:03:53 -04:00
parent 2a09c662a3
commit 1160bd8d96
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
<a name="v1.1.3"></a>
### v1.1.3 (2015-07-18)
#### Documentation
* updates README.md to include lack of color support on Windows ([52f81e17](https://github.com/kbknapp/clap-rs/commit/52f81e17377b18d2bd0f34693b642b7f358998ee))
#### Bug Fixes
* fixes formatting bug which prevented compiling on windows ([9cb5dceb](https://github.com/kbknapp/clap-rs/commit/9cb5dceb3e5fe5e0e7b24619ff77e5040672b723), closes [#163](https://github.com/kbknapp/clap-rs/issues/163))
<a name="v1.1.2"></a>
### v1.1.2 (2015-07-17)

View file

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