From cc0ac7fe9f74f4a140333befa1246545cbeb0a05 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Fri, 26 Jun 2015 13:24:24 -0400 Subject: [PATCH] fix readme versioning --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b24628e7..8c75f2fd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you wish to use instance roles to obtain AWS access keys you will need to add ```elixir def deps do [ - ex_aws: "~> 0.1.0", + ex_aws: "~> 0.3.0", poison: "~> 1.2.0", httpoison: "~> 0.6.0" ] diff --git a/mix.exs b/mix.exs index 111fe58d..bdb5c693 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExAws.Mixfile do def project do [app: :ex_aws, - version: "0.3.0", + version: "0.4.0-dev", elixir: "~> 1.0", description: "AWS client. Currently supports Dynamo, Kinesis, Lambda, S3", name: "ExAws",