diff --git a/Cargo.lock b/Cargo.lock index 013d6ee..5c6c9a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "catp" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 803e30b..c837596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catp" -version = "0.1.3" +version = "0.2.0" edition = "2021" description = "Print the output of a running process" authors = ["Yujia Qiao "]