aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorEthan Bodzioney2021-06-07 00:14:06 +0000
committerGitHub2021-06-07 00:14:06 +0000
commit843c2cdebd50cfe066c88571eb754c465cda2f60 (patch)
tree4ac6600916644535cbb86e46bdc92d833b35a86b /helix-lsp
parent8a29086c1a1948fcfd48228f9271dd0ee90a79db (diff)
Install instructions and version number corrections (#148)
* Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index 8b20cfab..cfdbfa83 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "helix-lsp"
-version = "0.1.0"
+version = "0.0.9"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2018"
license = "MPL-2.0"