chore: increase version

This commit is contained in:
Kevin K 2015-09-22 22:05:47 -04:00
parent 9af30f0b15
commit 203dfcadc1
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v1.4.2"></a>
### v1.4.2 (2015-09-23)
#### Bug Fixes
* **Conflicts:** fixes bug with conflicts not removing required args ([e17fcec5](https://github.com/kbknapp/clap-rs/commit/e17fcec53b3216ad047a13dddc6f740473fad1a1), closes [#271](https://github.com/kbknapp/clap-rs/issues/271))
<a name="v1.4.1"></a>
### v1.4.1 (2015-09-22)

View file

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