Skip to content

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Oct 2, 2020
1 parent aae9963 commit f3f42e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.1</version>
<version>6.2.1</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.1.1'
compile 'io.github.cdimascio:dotenv-kotlin:6.2.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.2.0</version>
<version>6.2.1</version>

<licenses>
<license>
Expand Down

0 comments on commit f3f42e6

Please sign in to comment.