From b74a5c303221efb63eac5cf3fe52ff09b88c9ebd Mon Sep 17 00:00:00 2001 From: graelo Date: Fri, 9 Apr 2021 09:42:50 +0200 Subject: [PATCH] chore(ci): bump 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c779569..201683e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "copyrat" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap", "duct", diff --git a/Cargo.toml b/Cargo.toml index a76f29e..3b681a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "copyrat" -version = "0.4.0" -authors = ["u0xy "] +version = "0.4.1" +authors = ["graelo "] edition = "2018" description = "This is tmux-copycat on Rust steroids." repository = "https://github.com/graelo/tmux-copyrat"