Skip to content

Commit

Permalink
Merge pull request #210 from kkawakam/release
Browse files Browse the repository at this point in the history
Prepare 4.0 release
  • Loading branch information
gwenn authored Apr 24, 2019
2 parents 679bb0f + 2b4193e commit a8bab4d
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 = "3.0.0"
version = "4.0.0"
authors = ["Katsu Kawakami <[email protected]>"]
edition = "2018"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
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 = "3.0.0"
rustyline = "4.0.0"
```

## Features
Expand Down

0 comments on commit a8bab4d

Please sign in to comment.