Skip to content

Commit

Permalink
bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dm1try committed Nov 21, 2016
1 parent 10aa886 commit b9f9f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Implements support for Neovim remote plugins written in Elixir.
Install the host archive, we will use it to build the host locally.

```
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.4.0/nvim.ez
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.4.1/nvim.ez
```

Build and install the host by running `nvim.install` and providing the path to nvim config(`~/.config/nvim` by default on linux systems)
Expand Down
2 changes: 1 addition & 1 deletion installer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule NVim.Installer.Mixfile do

def project do
[app: :nvim_installer,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.3"]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule NVim.Mixfile do

def project do
[app: :nvim,
version: "0.4.0",
version: "0.4.1",
preferred_cli_env: [espec: :test],
elixir: "~> 1.3.0",
deps: deps,
Expand Down

0 comments on commit b9f9f79

Please sign in to comment.