From 639f6488ade8ca67f6b757f2c801ef6956510c01 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Tue, 13 Nov 2018 15:29:15 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66d6ebd..1a8cbc3 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. io.github.cdimascio java-dotenv - 3.1.4 + 3.1.6 ``` ### Gradle ```groovy -compile 'io.github.cdimascio:java-dotenv:3.1.4' +compile 'io.github.cdimascio:java-dotenv:3.1.6' ``` ## Usage