Skip to content

Commit

Permalink
Version bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed May 4, 2020
1 parent 39e8629 commit 2d90049
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
@version "3.0.1"
@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 2d90049

Please sign in to comment.