From 72bf02f9b31645402ea170e342114b9a2e03c476 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Mon, 25 Jul 2022 21:20:17 +0800 Subject: [PATCH] chore: bump v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]