From aa92c0e12bfb6c697cd7fa79f3b9e9382c4a8f80 Mon Sep 17 00:00:00 2001 From: Darren Klein Date: Sat, 23 May 2020 09:03:33 -0400 Subject: [PATCH] Version bump to 3.0.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3535ddb..38fe2bb 100644 --- a/mix.exs +++ b/mix.exs @@ -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(".")