From 5ffffe3c12b3d806f565e745ac792834cc42b079 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sat, 26 Mar 2022 21:59:49 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0d1f80..6fd20eb 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ _Requires Java 8 or greater._ io.github.cdimascio dotenv-java - 2.2.0 + 2.2.3 ``` ### Gradle ```groovy -compile 'io.github.cdimascio:dotenv-java:2.2.0' +compile 'io.github.cdimascio:dotenv-java:2.2.3' ``` Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.