Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Mar 15, 2022
1 parent 30391b3 commit 1e0e455
Show file tree
Hide file tree
Showing 2 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 = "process_control"
version = "3.2.1"
version = "3.3.0"
authors = ["dylni"]
edition = "2018"
rust-version = "1.54.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
process_control = "3.2"
process_control = "3.3"
```

See the [documentation] for available functionality and examples.
Expand All @@ -39,7 +39,7 @@ crate's minor version:

```toml
[dependencies]
process_control = "~3.2"
process_control = "~3.3"
```

## License
Expand Down

0 comments on commit 1e0e455

Please sign in to comment.