From f76cabcf2e1e7bf68d7463ea7519b9631dcc83cf Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 13 May 2015 16:49:10 -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 0491dfdc..94fbaf9b 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExAws.Mixfile do def project do [app: :ex_aws, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.0", description: "AWS client. Currently supports Dynamo, Kinesis, Lambda, S3", name: "ExAws",