From 04db268dc7278a83e77939dd542ea3b9f314219a Mon Sep 17 00:00:00 2001 From: dm1try Date: Sun, 6 Nov 2016 01:24:29 +0300 Subject: [PATCH] bump 0.3.1 --- 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 7ddb4f1..46611f9 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.0/nvim.ez +$ mix archive.install https://github.com/dm1try/nvim/releases/download/v0.3.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) diff --git a/installer/mix.exs b/installer/mix.exs index 53d8994..8af1c2e 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.0", + version: "0.3.1", elixir: "~> 1.3"] end diff --git a/mix.exs b/mix.exs index 969551c..b80a852 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule NVim.Mixfile do def project do [app: :nvim, - version: "0.3.0", + version: "0.3.1", preferred_cli_env: [espec: :test], elixir: "~> 1.3.0", deps: deps,