Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-goodwin committed May 22, 2023
1 parent 1c64d38 commit 785b693
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 @@ -16,8 +16,8 @@ The package can be installed by adding `divo` and `divo_postgres` to your list o
```elixir
def deps do
[
{:divo, "~> 1.3"},
{:divo_postgres, "~> 0.2.0"}
{:divo, "~> 2.0.0"},
{:divo_postgres, "~> 1.0.0"}
]
end
```
Expand Down

0 comments on commit 785b693

Please sign in to comment.