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 39e8629 commit 2d90049Copy full SHA for 2d90049
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExAws.Dynamo.Mixfile do
2
use Mix.Project
3
4
- @version "3.0.0"
+ @version "3.0.1"
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