From adb68fc9ec04296eb37a575d3c87c17ad3098098 Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Fri, 5 Jan 2018 02:31:34 +0000 Subject: [PATCH] (cargo-release) version 0.1.19 --- 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 0d8520d9..141574ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "languageclient" -version = "0.1.18" +version = "0.1.19" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cfb93006..aafd91ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "languageclient" -version = "0.1.18" +version = "0.1.19" authors = ["Junfeng Li "] description = "Language Server Protocol (LSP) support for vim and neovim" publish = false diff --git a/install.ps1 b/install.ps1 index aa6badcc..7bbee7ac 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version = '0.1.18' +$version = '0.1.19' $name = 'languageclient' $url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/" $filename = "$name-$version-" diff --git a/install.sh b/install.sh index b4ae282e..ce9c1994 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.18 +version=0.1.19 name=languageclient function try_curl() {