Skip to content

Commit

Permalink
chore(assert_cmd): Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Mar 31, 2020
1 parent 8cc181a commit 9ad1c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "assert_cmd"
version = "1.0.0"
version = "1.0.1"
description = "Test CLI Applications."
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add to your `Cargo.toml`:

```toml
[dependencies]
assert_cmd = "1.0.0"
assert_cmd = "1.0.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! assert_cmd = "1.0.0"
//! assert_cmd = "1.0.1"
//! ```
//!
//! ## Overview
Expand Down

0 comments on commit 9ad1c3e

Please sign in to comment.