Skip to content

Commit

Permalink
(cargo-release) version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Junfeng Li committed Dec 22, 2017
1 parent 4ee8df2 commit 6f10d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "languageclient"
version = "0.1.1"
version = "0.1.2"
authors = ["Junfeng Li <[email protected]>"]
description = "Language Server Protocol (LSP) support for vim and neovim"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = '0.1.0'
$version = '0.1.2'
$name = 'languageclient'
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/"
$filename = "$name-$version-"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version=0.1.2
name=languageclient

function try_curl() {
Expand Down

0 comments on commit 6f10d7f

Please sign in to comment.