diff --git a/Cargo.lock b/Cargo.lock index 1a9f891..f85203e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.4.0" +version = "0.4.1" dependencies = [ "argh", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index f2f8e0d..18b911a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.4.0" +version = "0.4.1" authors = ["kazk "] edition = "2018" license = "MIT"