Skip to content

Commit fb5044c

Browse files
author
Junfeng Li
committed
(cargo-release) version 0.1.74
1 parent 320c420 commit fb5044c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "languageclient"
3-
version = "0.1.73"
3+
version = "0.1.74"
44
authors = ["Junfeng Li <[email protected]>"]
55
description = "Language Server Protocol (LSP) support for vim and neovim"
66
publish = false

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version = '0.1.73'
1+
$version = '0.1.74'
22
$name = 'languageclient'
33
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-"
44

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o nounset # error when referencing undefined variable
77
set -o errexit # exit when command fails
88
set -o pipefail
99

10-
version=0.1.73
10+
version=0.1.74
1111
name=languageclient
1212

1313
function try_curl() {

0 commit comments

Comments
 (0)