Skip to content

Commit

Permalink
Merge pull request #9 from khusnetdinov/release_0.3.0
Browse files Browse the repository at this point in the history
release 0.3.0
  • Loading branch information
khusnetdinov authored Jan 24, 2018
2 parents 7058b89 + 54bb896 commit 7a79993
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 @@ -10,7 +10,7 @@ by adding `phoenix_gon` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:phoenix_gon, "~> 0.2.0"}]
[{:phoenix_gon, "~> 0.3.0"}]
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 PhoenixGon.Mixfile do

def project do
[app: :phoenix_gon,
version: "0.2.2",
version: "0.3.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 7a79993

Please sign in to comment.