diff --git a/Cargo.lock b/Cargo.lock index 39f601cb..5bf87c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "languageclient" -version = "0.1.88" +version = "0.1.89" dependencies = [ "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 772a7604..d46e244c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.88" +version = "0.1.89" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index fd3ae2e5..5536bb7e 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.88' +$version = '0.1.89' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-" diff --git a/install.sh b/install.sh index 1d455b82..6164b9c4 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -o pipefail set -o nounset # error when referencing undefined variable set -o errexit # exit when command fails -version=0.1.88 +version=0.1.89 name=languageclient function try_curl() {