chore(clap): increase version

This commit is contained in:
Kevin K 2015-03-29 16:01:58 -04:00
parent da549dcb6c
commit f244ca6f9a
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# v0.5.2
* Fixed a bug when applications have hyphens in their names
# v0.5.1
* Fixed a bug when the only arguments you've defined are also required
# v0.5.0

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.5.1"
version = "0.5.2"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple and efficient Command Line Argument Parser"