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 4, 2017
1 parent 288eced commit fc56923
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 @@ -14,14 +14,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>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

### Gradle

```groovy
compile 'io.github.cdimascio:java-dotenv:1.1.0'
compile 'io.github.cdimascio:java-dotenv:1.2.0'
```


Expand Down

0 comments on commit fc56923

Please sign in to comment.