Skip to content

Commit

Permalink
Bump version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Sep 23, 2016
1 parent ae381ed commit 8674769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ You can view [full DataMorph API documentation on hexdocs](https://hexdocs.pm/da

Add
```elixir
{:data_morph, "~> 0.0.4"}
{:data_morph, "~> 0.0.5"}
```
to your deps in `mix.exs` like so:

```elixir
defp deps do
[
{:data_morph, "~> 0.0.4"}
{:data_morph, "~> 0.0.5"}
]
end
```
Expand Down

0 comments on commit 8674769

Please sign in to comment.