Skip to content

Commit

Permalink
Version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weibel committed Jul 3, 2018
1 parent dddc227 commit cb14be3
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 @@ Add facebook.ex as a dependency in your `mix.exs` file.

```elixir
defp deps do
[{:facebook, "~> 0.19.0"}]
[{:facebook, "~> 0.20.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Facebook.Mixfile do
def project do
[
app: :facebook,
version: "0.19.0",
version: "0.20.0",
elixir: "~> 1.0",
description: description(),
package: package(),
Expand Down

0 comments on commit cb14be3

Please sign in to comment.