Skip to content

Commit

Permalink
chore: bump recommended kadabra to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Oct 25, 2017
1 parent 1329e19 commit d3631a5
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 @@ -13,7 +13,7 @@ Add pigeon and kadabra as `mix.exs` dependencies:
def deps do
[
{:pigeon, "~> 1.1.0"},
{:kadabra, "~> 0.3.1"}
{:kadabra, "~> 0.3.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add pigeon and kadabra as `mix.exs` dependencies:
def deps do
[
{:pigeon, "~> 1.1.0"},
{:kadabra, "~> 0.3.1"}
{:kadabra, "~> 0.3.3"}
]
end
```
Expand Down

0 comments on commit d3631a5

Please sign in to comment.