diff --git a/README.md b/README.md index b1534b0..5427930 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. io.github.cdimascio java-dotenv - 3.1.1 + 3.1.2 ``` ### Gradle ```groovy -compile 'io.github.cdimascio:java-dotenv:3.1.1' +compile 'io.github.cdimascio:java-dotenv:3.1.2' ``` ## Usage