From 1d5634138b1cc9d3f523b7a4e26a4c45a77bc4f9 Mon Sep 17 00:00:00 2001 From: Blake Williams Date: Wed, 19 Apr 2017 20:02:00 -0400 Subject: [PATCH] Bump 1.1.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ffa71..b62557e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add envy to your dependencies in `mix.exs`. ```elixir def deps do - [{:envy, "~> 1.1.0"}] + [{:envy, "~> 1.1.1"}] end ``` diff --git a/mix.exs b/mix.exs index 7398ea0..c0ba6ef 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Envy.Mixfile do def project do [app: :envy, - version: "1.1.0", + version: "1.1.1", elixir: "~> 1.1", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,