Skip to content

Commit

Permalink
chore: bump to 2.2.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Kewyn Akshlley <[email protected]>
  • Loading branch information
kewynakshlley and Kewyn Akshlley authored Oct 23, 2023
1 parent 31145ba commit c2dbb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install the Java SDK, add the following dependency to your project:
Gradle

```gradle
implementation 'com.resend:resend-java:2.1.0'
implementation 'com.resend:resend-java:2.2.0'
```

Maven
Expand All @@ -21,7 +21,7 @@ Maven
<dependency>
<groupId>com.resend</groupId>
<artifactId>resend-java</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.resend
VERSION_NAME=2.1.0
VERSION_NAME=2.2.0

POM_URL=https://github.com/resendlabs/resend-java
POM_SCM_URL=https://github.com/resendlabs/resend-java.git
Expand Down

0 comments on commit c2dbb59

Please sign in to comment.