From a3416798fd1253c66fc8e3b45e4af5fcc5b00a16 Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Wed, 3 Jan 2018 22:32:17 -0800 Subject: [PATCH] (cargo-release) version 0.1.17 --- 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 a4cdd2002..a8add9825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.16" +version = "0.1.17" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index 864de0126..bfabca3d6 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.16' +$version = '0.1.17' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/" $filename = "$name-$version-" diff --git a/install.sh b/install.sh index 933e711ab..bcde6a661 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.16 +version=0.1.17 name=languageclient function try_curl() {