Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ul committed Jun 1, 2018
1 parent 7ec2e8a commit f6471cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "kak-lsp"
version = "3.6.1"
version = "3.7.0"
authors = ["Ruslan Prokopchuk <fer.obbee@gmail.com>"]

[dependencies]
Expand Down
10 changes: 5 additions & 5 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ brew install ul/kak-lsp/kak-lsp
===== Manual

----
curl -O -L https://github.com/ul/kak-lsp/releases/download/v3.6.1/kak-lsp-v3.6.1-x86_64-apple-darwin.tar.gz
tar xzvf kak-lsp-v3.6.1-x86_64-apple-darwin.tar.gz
curl -O -L https://github.com/ul/kak-lsp/releases/download/v3.7.0/kak-lsp-v3.7.0-x86_64-apple-darwin.tar.gz
tar xzvf kak-lsp-v3.7.0-x86_64-apple-darwin.tar.gz
# replace `~/.local/bin/` with something on your `$PATH`
mv kak-lsp ~/.local/bin/
Expand All @@ -30,7 +30,7 @@ mv kak-lsp.toml ~/.config/kak-lsp/
==== Linux

----
wget https://github.com/ul/kak-lsp/releases/download/v3.6.1/kak-lsp.x86_64-unknown-linux-musl.tar.gz
wget https://github.com/ul/kak-lsp/releases/download/v3.7.0/kak-lsp.x86_64-unknown-linux-musl.tar.gz
tar xzvf kak-lsp.x86_64-unknown-linux-musl.tar.gz
# replace `~/.local/bin/` with something on your `$PATH`
Expand All @@ -43,8 +43,8 @@ mv kak-lsp.toml ~/.config/kak-lsp/
==== FreeBSD

----
wget https://github.com/ul/kak-lsp/releases/download/v3.6.1/kak-lsp-v3.6.1-x86_64-unknown-freebsd.tar.gz
tar xzvf kak-lsp-v3.6.1-x86_64-unknown-freebsd.tar.gz
wget https://github.com/ul/kak-lsp/releases/download/v3.7.0/kak-lsp-v3.7.0-x86_64-unknown-freebsd.tar.gz
tar xzvf kak-lsp-v3.7.0-x86_64-unknown-freebsd.tar.gz
# replace `~/.local/bin/` with something on your `$PATH`
mv kak-lsp ~/.local/bin/
Expand Down

0 comments on commit f6471cd

Please sign in to comment.