Skip to content

Commit 8f84525

Browse files
committed
update README
1 parent 5227d37 commit 8f84525

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
2323

2424
## Install
2525

26-
### Maven
26+
### Maven (coming soon...)
2727
```xml
2828
<dependency>
2929
<groupId>io.github.cdimascio</groupId>
3030
<artifactId>dotenv-java</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.1</version>
3232
</dependency>
3333
```
3434

35-
### Gradle
35+
### Gradle (coming soon...)
3636

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

4141
## Usage

0 commit comments

Comments
 (0)