From 52e1999460adb16739d0fd918857943873f79658 Mon Sep 17 00:00:00 2001 From: Eric Dallo and Gabriel Lima Gomes Date: Fri, 28 Apr 2017 15:56:05 -0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2a5c80..9b92237 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ repositories { } ``` ```groovy -compile "com.spring.loader:s3-loader:2.2.1" +compile "com.spring.loader:s3-loader:2.2.2" ``` _Maven_: ```xml com.spring.loader s3-loader - 2.2.1 + 2.2.2 pom ```