Skip to content

Commit 03175dc

Browse files
authoredSep 25, 2020
Update README.md
1 parent 7f32109 commit 03175dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
3030
<dependency>
3131
<groupId>io.github.cdimascio</groupId>
3232
<artifactId>dotenv-java</artifactId>
33-
<version>1.1.0</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
```
3636

3737
### Gradle
3838

3939
```groovy
40-
compile 'io.github.cdimascio:dotenv-java:1.1.0'
40+
compile 'io.github.cdimascio:dotenv-java:2.0.0'
4141
```
4242

4343
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**

0 commit comments

Comments
 (0)
Please sign in to comment.