Skip to content

Commit

Permalink
Version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weibel committed Jun 13, 2018
1 parent f80ce7a commit caf4435
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.18.0"}]
[{:facebook, "~> 0.19.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.18.0",
version: "0.19.0",
elixir: "~> 1.0",
description: description(),
package: package(),
Expand Down

0 comments on commit caf4435

Please sign in to comment.