Skip to content

Commit

Permalink
bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dm1try committed Oct 7, 2016
1 parent 7ed7f92 commit c442a3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.1.1-alpha/nvim.ez
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.2.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 Expand Up @@ -117,7 +117,7 @@ end
# ~/.config/nvim/rplugin/elixir/scripts/my_plug.exs
defmodule MyPlug do
use NVim.Plugin

command hello_from_plug do
NVim.Session.vim_command "echo 'hello'"
end
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.1.2",
version: "0.2.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.1.2",
version: "0.2.0",
preferred_cli_env: [espec: :test],
elixir: "~> 1.3.0",
elixirc_paths: ["lib", "installer"],
Expand Down

0 comments on commit c442a3e

Please sign in to comment.