Skip to content

Commit

Permalink
Version bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed Aug 3, 2020
1 parent 89256bb commit ac4e4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1"}]
[{:ecto_adapters_dynamodb, "~> 2.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.1"}]
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do

def project do
[app: :ecto_adapters_dynamodb,
version: "2.0.1",
version: "2.0.2",
elixir: "~> 1.7",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit ac4e4a8

Please sign in to comment.