Skip to content

Commit

Permalink
Update readme for release
Browse files Browse the repository at this point in the history
Update version number in reademe.
  • Loading branch information
robmckinnon committed Aug 14, 2016
1 parent 8ee695c commit 28238de
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.2"}
{:data_morph, "~> 0.0.3"}
```
to your deps in `mix.exs` like so:

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

0 comments on commit 28238de

Please sign in to comment.