Skip to content

Commit

Permalink
Version bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed Jul 6, 2020
1 parent bbfc392 commit e787070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The package can be installed by adding `ex_aws_dynamo` to your list of dependenc
```elixir
def deps do
[
{:ex_aws_dynamo, "~> 3.0"},
{:ex_aws_dynamo, "~> 4.0"},
{:jason, "~> 1.0"},
{:hackney, "~> 1.9"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExAws.Dynamo.Mixfile do
use Mix.Project

@version "3.0.3"
@version "4.0.0"
@service "dynamo"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
Expand Down

0 comments on commit e787070

Please sign in to comment.