Skip to content

Commit

Permalink
Version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Nov 11, 2017
1 parent ec0daaa commit a364490
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.16.0"}]
[{:facebook, "~> 0.17.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.16.0",
version: "0.17.0",
elixir: "~> 1.0",
description: description(),
package: package(),
Expand Down

0 comments on commit a364490

Please sign in to comment.