Skip to content

Commit

Permalink
Update README with new version string
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Denis Treskunov committed May 19, 2020
1 parent b81386a commit b714943
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 @@ -102,13 +102,13 @@ Maven:
<dependency>
<groupId>com.github.dtreskunov<groupId>
<artifactId>easyssl</artifactId>
<version>0.6.10</version>
<version>1.0.1</version>
</dependency>
```

Gradle:
```groovy
compile('com.github.dtreskunov:easyssl:0.6.10')
compile('com.github.dtreskunov:easyssl:1.0.1')
```

Next, add the following section to `application.yml`:
Expand Down

0 comments on commit b714943

Please sign in to comment.