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