We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1884dab commit 939a41fCopy full SHA for 939a41f
1 file changed
README.md
@@ -28,14 +28,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
28
<dependency>
29
<groupId>io.github.cdimascio</groupId>
30
<artifactId>dotenv-java</artifactId>
31
- <version>1.0.3</version>
+ <version>1.1.0</version>
32
</dependency>
33
```
34
35
### Gradle
36
37
```groovy
38
-compile 'io.github.cdimascio:dotenv-java:1.0.3'
+compile 'io.github.cdimascio:dotenv-java:1.1.0'
39
40
41
## Usage
0 commit comments