Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed May 22, 2020
1 parent d6804cd commit b92c855
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 @@ -183,15 +183,15 @@ Install the [Hex](https://hex.pm/packages/ecto_adapters_dynamodb) package by add

```elixir
defp deps do
[{:ecto_adapters_dynamodb, "~> 2.0.0-beta.1"}]
[{:ecto_adapters_dynamodb, "~> 2.0.0"}]
end
```

Otherwise, to fetch from GitHub:

```elixir
defp deps do
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.0-beta.1"}]
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.0"}]
end
```

Expand Down

0 comments on commit b92c855

Please sign in to comment.