From 896d410ffcc09e87a194b3fe9f013095454ecce9 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Mon, 29 Jun 2015 17:31:06 -0400 Subject: [PATCH] bump minor version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index bdb5c693..cc6610dd 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExAws.Mixfile do def project do [app: :ex_aws, - version: "0.4.0-dev", + version: "0.3.1", elixir: "~> 1.0", description: "AWS client. Currently supports Dynamo, Kinesis, Lambda, S3", name: "ExAws",