Skip to content

Commit

Permalink
Use v1.6.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Sep 2, 2023
1 parent eba24e1 commit 83f6b58
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 @@ -62,14 +62,14 @@ Add this library as a dependency in your `pom.xml`:
<dependency>
<groupId>com.sanctionco.jmail</groupId>
<artifactId>jmail</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</dependency>
```

Or in your `build.gradle`:

```groovy
implementation 'com.sanctionco.jmail:jmail:1.5.1'
implementation 'com.sanctionco.jmail:jmail:1.6.0'
```

## Usage
Expand Down

0 comments on commit 83f6b58

Please sign in to comment.