Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Feb 12, 2018
1 parent 6999af1 commit 2606371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Add pigeon and kadabra as `mix.exs` dependencies:
```elixir
def deps do
[
{:pigeon, "~> 1.1.5"},
{:kadabra, "~> 0.3.6"}
{:pigeon, "~> 1.1.6"},
{:kadabra, "~> 0.3.7"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Add pigeon and kadabra as `mix.exs` dependencies:
```elixir
def deps do
[
{:pigeon, "~> 1.1.5"},
{:kadabra, "~> 0.3.6"}
{:pigeon, "~> 1.1.6"},
{:kadabra, "~> 0.3.7"}
]
end
```
Expand Down

0 comments on commit 2606371

Please sign in to comment.