Skip to content

Commit

Permalink
Merge pull request #148 from kkawakam/2.0.1
Browse files Browse the repository at this point in the history
Prepare 2.0.1 release
  • Loading branch information
gwenn authored Sep 6, 2018
2 parents de8943b + 8d26f84 commit 33fd51b
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 = "rustyline"
version = "2.0.0"
version = "2.0.1"
authors = ["Katsu Kawakami <[email protected]>"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://docs.rs/rustyline"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
rustyline = "2.0.0"
rustyline = "2.0.1"
```

## Features
Expand Down

0 comments on commit 33fd51b

Please sign in to comment.