From 62f278a93d0e153594e8195179ce1d84f1701205 Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Tue, 2 Jan 2018 22:29:39 -0800 Subject: [PATCH] (cargo-release) version 0.1.15 --- 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 2f1cb2e3..df1f0102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.14" +version = "0.1.15" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index 5431aec3..08b5a338 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.14' +$version = '0.1.15' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/" $filename = "$name-$version-" diff --git a/install.sh b/install.sh index b34c607d..2e1ef734 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.14 +version=0.1.15 name=languageclient function try_curl() {