Skip to content

Commit

Permalink
Update to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SMontiel committed Dec 25, 2018
1 parent c8435ad commit 2702763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.salvadormontiel:dotenv:0.0.1'
implementation 'com.salvadormontiel:dotenv:0.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group 'com.salvadormontiel'

jar {
baseName = 'dotenv'
version '0.0.1'
version '0.0.2'
}

sourceCompatibility = 1.8
Expand Down

0 comments on commit 2702763

Please sign in to comment.