Skip to content

Commit

Permalink
0.6.42
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 3, 2015
1 parent 9f2f4a5 commit 3a7b289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docopt"
version = "0.6.41" #:version
version = "0.6.42" #:version
authors = ["Andrew Gallant <[email protected]>"]
description = "Command line argument parsing."
documentation = "http://burntsushi.net/rustdoc/docopt/"
Expand Down
2 changes: 1 addition & 1 deletion docopt_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docopt_macros"
version = "0.6.41" #:version
version = "0.6.42" #:version
authors = ["Andrew Gallant <[email protected]>"]
description = "Docopt macro for command line argument parsing."
documentation = "http://burntsushi.net/rustdoc/docopt/"
Expand Down

0 comments on commit 3a7b289

Please sign in to comment.