diff --git a/Cargo.toml b/Cargo.toml index 56f6e6d..f96c35b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "process_control" -version = "4.1.0" +version = "4.2.0" authors = ["dylni"] edition = "2021" rust-version = "1.74.0" diff --git a/README.md b/README.md index fbb90fa..f945462 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following lines to your "Cargo.toml" file: ```toml [dependencies] -process_control = "4.1" +process_control = "4.2" ``` See the [documentation] for available functionality and examples. @@ -39,7 +39,7 @@ crate's minor version: ```toml [dependencies] -process_control = "~4.1" +process_control = "~4.2" ``` ## License