version bump

This commit is contained in:
Kevin K 2015-03-23 22:40:18 -04:00
parent a81f915c2d
commit a85bc49185
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# v0.4.14
* Changed App version, about, name, author, and usage to allow lifetimes other than 'static
# v0.4.13
* Bug fixes with how multiple options are parsed
# v0.4.12

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.4.13"
version = "0.4.14"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "tests/*"]
description = "A Command Line Argument Parser written in Rust"