From 2df0f8d873fd6454ddf546de7baab9294ca8b184 Mon Sep 17 00:00:00 2001 From: dm1try Date: Sun, 6 Nov 2016 13:33:49 +0300 Subject: [PATCH] bump 0.4.0 --- README.md | 2 +- installer/mix.exs | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5092761..ff47ed5 100644 --- a/README.md +++ b/README.md @@ -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.3.1/nvim.ez +$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.4.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) diff --git a/installer/mix.exs b/installer/mix.exs index 8af1c2e..f99be2b 100644 --- a/installer/mix.exs +++ b/installer/mix.exs @@ -3,7 +3,7 @@ defmodule NVim.Installer.Mixfile do def project do [app: :nvim_installer, - version: "0.3.1", + version: "0.4.0", elixir: "~> 1.3"] end diff --git a/mix.exs b/mix.exs index fff525c..3e5f7d2 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule NVim.Mixfile do def project do [app: :nvim, - version: "0.3.1", + version: "0.4.0", preferred_cli_env: [espec: :test], elixir: "~> 1.3.0", deps: deps,