Skip to content

Commit

Permalink
Version bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed May 23, 2020
1 parent a85b100 commit aa92c0e
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.1"
@version "3.0.2"
@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 aa92c0e

Please sign in to comment.