Skip to content

Commit 542203b

Browse files
committed
(cargo-release) version 0.1.114
1 parent 69ffbc1 commit 542203b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "languageclient"
3-
version = "0.1.113"
3+
version = "0.1.114"
44
authors = ["Junfeng Li <autozimu@gmail.com>"]
55
description = "Language Server Protocol (LSP) support for vim and neovim"
66
publish = false

install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version = '0.1.113'
1+
$version = '0.1.114'
22
$name = 'languageclient'
33
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-"
44

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -o nounset # error when referencing undefined variable
77
set -o errexit # exit when command fails
88

9-
version=0.1.113
9+
version=0.1.114
1010
name=languageclient
1111

1212
try_curl() {

0 commit comments

Comments
 (0)