Skip to content

Commit

Permalink
bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dm1try committed Oct 16, 2016
1 parent 72fa134 commit 4b63189
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 @@ -9,7 +9,7 @@ Assume you are already dealing with a working Elixir install.
Install the host archive, we will use it to build the host locally.

```
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.2.0/nvim.ez
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.0/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.2.0",
version: "0.3.0",
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.2.0",
version: "0.3.0",
preferred_cli_env: [espec: :test],
elixir: "~> 1.3.0",
elixirc_paths: ["lib", "installer"],
Expand Down

0 comments on commit 4b63189

Please sign in to comment.