Skip to content

Commit 04db268

Browse files
committed
bump 0.3.1
1 parent 9972914 commit 04db268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Implements support for Neovim remote plugins written in Elixir.
1010
Install the host archive, we will use it to build the host locally.
1111

1212
```
13-
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.0/nvim.ez
13+
$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.1/nvim.ez
1414
```
1515

1616
Build and install the host by running `nvim.install` and providing the path to nvim config(`~/.config/nvim` by default on linux systems)

installer/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule NVim.Installer.Mixfile do
33

44
def project do
55
[app: :nvim_installer,
6-
version: "0.3.0",
6+
version: "0.3.1",
77
elixir: "~> 1.3"]
88
end
99

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule NVim.Mixfile do
33

44
def project do
55
[app: :nvim,
6-
version: "0.3.0",
6+
version: "0.3.1",
77
preferred_cli_env: [espec: :test],
88
elixir: "~> 1.3.0",
99
deps: deps,

0 commit comments

Comments
 (0)