Skip to content

Commit b580b0f

Browse files
authored
Update README.md
1 parent 31c36ef commit b580b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
2828
<dependency>
2929
<groupId>io.github.cdimascio</groupId>
3030
<artifactId>dotenv-java</artifactId>
31-
<version>1.0.2</version>
31+
<version>1.0.3</version>
3232
</dependency>
3333
```
3434

3535
### Gradle
3636

3737
```groovy
38-
compile 'io.github.cdimascio:dotenv-java:1.0.2'
38+
compile 'io.github.cdimascio:dotenv-java:1.0.3'
3939
```
4040

4141
## Usage

0 commit comments

Comments
 (0)