From 4ab01eaf9e1d7a190931eae7ec00e7515701179a Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Fri, 29 Dec 2017 11:46:30 -0800 Subject: [PATCH] (cargo-release) version 0.1.11 --- Cargo.toml | 2 +- install.ps1 | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e730d4461..988017dbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.10" +version = "0.1.11" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index 560fc8613..095bc9280 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.10' +$version = '0.1.11' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/" $filename = "$name-$version-" diff --git a/install.sh b/install.sh index 1f91efb32..4d14de940 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -o nounset # error when referencing undefined variable set -o errexit # exit when command fails set -o pipefail -version=0.1.10 +version=0.1.11 name=languageclient function try_curl() {