Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 3, 2017
1 parent de4534b commit 250be4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>0.7.1</version>
<version>1.0.0</version>
</dependency>
```

### Gradle

```
compile 'io.github.cdimascio:java-dotenv:0.7.1'
compile 'io.github.cdimascio:java-dotenv:1.0.0'
```


Expand Down

0 comments on commit 250be4e

Please sign in to comment.