Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed May 21, 2022
1 parent 87b3b6a commit 601108a
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 = "process-stream"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Thin wrapper around [`tokio::process`] to make it streamable"
authors = ["tami5 "]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wraps `tokio::process::Command` to `future::stream`.
## Install

```toml
process-stream = "0.1.0"
process-stream = "0.1.2"
```

## Example usage:
Expand Down

0 comments on commit 601108a

Please sign in to comment.