We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfc392 commit e787070Copy full SHA for e787070
README.md
@@ -12,7 +12,7 @@ The package can be installed by adding `ex_aws_dynamo` to your list of dependenc
12
```elixir
13
def deps do
14
[
15
- {:ex_aws_dynamo, "~> 3.0"},
+ {:ex_aws_dynamo, "~> 4.0"},
16
{:jason, "~> 1.0"},
17
{:hackney, "~> 1.9"}
18
]
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExAws.Dynamo.Mixfile do
2
use Mix.Project
3
4
- @version "3.0.3"
+ @version "4.0.0"
5
@service "dynamo"
6
@url "https://github.com/ex-aws/ex_aws_#{@service}"
7
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
0 commit comments