Navigation Menu

Skip to content

Commit

Permalink
Bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeWilliams committed Apr 20, 2017
1 parent 0569ce5 commit 1d56341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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,
Expand Down

0 comments on commit 1d56341

Please sign in to comment.