diff --git a/Cargo.lock b/Cargo.lock index de2e8d1..eabe570 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "kamp" -version = "0.2.2-dev" +version = "0.2.2" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 867cf13..d4ff0e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kamp" -version = "0.2.2-dev" +version = "0.2.2" authors = ["Vladimir Bauer "] description = "kamp is a tool to control kakoune editor from the command line" repository = "https://github.com/vbauerster/kamp"