From 84b29f2dbacf0c79a438acf459a685aff7b32ac5 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Sat, 11 Jul 2015 12:50:22 -0400 Subject: [PATCH] I always forget to update the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c22b15cc..75131659 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.4.2", + ex_aws: "~> 0.4.3", poison: "~> 1.2.0", httpoison: "~> 0.7.0" ]