Skip to content

Commit 1ffab7e

Browse files
committed
(cargo-release) version 0.1.155
1 parent 039bf7c commit 1ffab7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.154"
3+
version = "0.1.155"
44
authors = ["Junfeng Li <autozimu@gmail.com>"]
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,6 +1,6 @@
11
#!/usr/bin/env pwsh
22

3-
$version = '0.1.154'
3+
$version = '0.1.155'
44
$name = 'languageclient'
55
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-"
66

0 commit comments

Comments
 (0)