chore: increase version

This commit is contained in:
Kevin K 2015-06-06 16:46:34 -04:00
parent 1f377960a4
commit ab4b46b5fd
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.10.4"></a>
### v0.10.4 (2015-06-06)
#### Bug Fixes
* **Global Args** global arguments propogate fully now ([8f2c0160](https://github.com/kbknapp/clap-rs/commit/8f2c0160c8d844daef375a33dbaec7d89de00a00), closes [#137](https://github.com/kbknapp/clap-rs/issues/137))
<a name="v0.10.3"></a>
### v0.10.3 (2015-05-31)

View file

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