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."