chore: increase version

This commit is contained in:
Kevin K 2015-07-29 18:32:37 -04:00
parent a2ff664ad7
commit 62f283a7ca
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
<a name="v1.1.5"></a>
### v1.1.5 (2015-07-29)
#### Performance
* removes some unneeded allocations ([93e915df](https://github.com/kbknapp/clap-rs/commit/93e915dfe300f7b7d6209ca93323c6a46f89a8c1))
<a name="v1.1.4"></a>
### v1.1.4 (2015-07-20)

View file

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