Skip to content

Commit 54c79a8

Browse files
committed
(cargo-release) version 0.1.142
1 parent 2b1350c commit 54c79a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: Cargo.lock

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

Diff for: 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.141"
3+
version = "0.1.142"
44
authors = ["Junfeng Li <[email protected]>"]
55
description = "Language Server Protocol (LSP) support for vim and neovim"
66
publish = false

Diff for: install.ps1

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

Diff for: 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.141
9+
version=0.1.142
1010
name=languageclient
1111

1212
try_curl() {

0 commit comments

Comments
 (0)