From f9a24afdfb86c3a8c31403077292bf7b4b9d307f Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Wed, 20 Jun 2018 19:44:29 -0700 Subject: [PATCH] (cargo-release) version 0.1.91 --- Cargo.lock | 2 +- Cargo.toml | 2 +- install.ps1 | 2 +- install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db6c10bb..962d0cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "languageclient" -version = "0.1.90" +version = "0.1.91" 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 92f0adc7..ce18963b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.90" +version = "0.1.91" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index 90206461..2ac44ccc 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.90' +$version = '0.1.91' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-" diff --git a/install.sh b/install.sh index b03af5c5..76cfc24c 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.90 +version=0.1.91 name=languageclient function try_curl() {