Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkelesidis committed Jan 19, 2024
1 parent 6cc5024 commit ff5f6c8
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 @@ -119,7 +119,7 @@ Using Maven:
<dependency>
<groupId>com.mailersend</groupId>
<artifactId>java-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

Using Gradle:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mailersend</groupId>
<artifactId>java-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>MailerSend Java SDK</name>
<description>An SDK for MailerSend API</description>
<url>https://github.com/mailersend/mailersend-java</url>
Expand Down

0 comments on commit ff5f6c8

Please sign in to comment.