Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Apr 26, 2019
1 parent 7352c20 commit 5109c13
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
Expand Up @@ -3,7 +3,7 @@ name = "linefeed"
description = "Interactive terminal input reader"

authors = ["Murarth <[email protected]>"]
version = "0.5.4"
version = "0.6.0"
edition = "2018"

documentation = "https://docs.rs/linefeed/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To include `linefeed` in your project, add the following to your `Cargo.toml`:

```toml
[dependencies]
linefeed = "0.5"
linefeed = "0.6"
```

### Demo
Expand Down

0 comments on commit 5109c13

Please sign in to comment.