Skip to content

Commit

Permalink
VERSION 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelostrada committed Apr 17, 2017
1 parent ed356f8 commit 23583c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add Gold as a dependency in your `mix.exs` file.

```elixir
def deps do
[ { :gold, "~> 0.13" } ]
[ { :gold, "~> 0.16" } ]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Gold.Mixfile do

def project do
[app: :gold,
version: "0.13.0",
version: "0.16.0",
elixir: "~> 1.1",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 23583c0

Please sign in to comment.