Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Sep 25, 2020
1 parent cfabda8 commit d01d17a
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 @@ -32,7 +32,7 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
```

Expand All @@ -41,7 +41,7 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
### Gradle

```groovy
compile 'io.github.cdimascio:dotenv-kotlin:6.0.0'
compile 'io.github.cdimascio:dotenv-kotlin:6.1.0'
```

## Usage
Expand Down

0 comments on commit d01d17a

Please sign in to comment.