Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesagar committed Mar 10, 2023
1 parent 8f5d8b7 commit 0be0f29
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 @@ -16,7 +16,7 @@
### Gradle

```groovy
implementation 'com.resend.api:sdk:1.5.4'
implementation 'com.resend.api:sdk:1.5.3'
```

### Maven
Expand All @@ -25,7 +25,7 @@ implementation 'com.resend.api:sdk:1.5.4'
<dependency>
<groupId>com.resend.api</groupId>
<artifactId>sdk</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```

Expand Down

0 comments on commit 0be0f29

Please sign in to comment.