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"