Skip to content

Commit

Permalink
(cargo-release) version 0.1.155
Browse files Browse the repository at this point in the history
  • Loading branch information
autozimu committed Nov 1, 2019
1 parent 039bf7c commit 1ffab7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.154"
version = "0.1.155"
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,6 +1,6 @@
#!/usr/bin/env pwsh

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

Expand Down

0 comments on commit 1ffab7e

Please sign in to comment.