chore: increase version

This commit is contained in:
Kevin K 2015-05-31 00:47:29 -04:00
parent a37842eec1
commit 245c218866
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.10.3"></a>
### v0.10.3 (2015-05-31)
#### Bug Fixes
* **Global Args** fixes a bug where globals only transfer to one subcommand ([a37842ee](https://github.com/kbknapp/clap-rs/commit/a37842eec1ee3162b86fdbda23420b221cdb1e3b), closes [#135](https://github.com/kbknapp/clap-rs/issues/135))
<a name="v0.10.2"></a>
### v0.10.2 (2015-05-30)

View file

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