From 4fc7a75046612fdfc9360b9b2475e16434704554 Mon Sep 17 00:00:00 2001 From: graelo Date: Mon, 22 Mar 2021 09:12:21 +0100 Subject: [PATCH] chore(ci): bump 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4d74af..050f623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "copyrat" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "duct", diff --git a/Cargo.toml b/Cargo.toml index acfa05d..42da93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copyrat" -version = "0.1.0" +version = "0.2.0" authors = ["u0xy "] edition = "2018" description = "This is tmux-copycat on Rust steroids."