Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Jun 11, 2024
1 parent 93d3a5b commit e721d14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you get stuck, just contact us at [email protected].
Add this dependency to your project's build file:

```
implementation "com.mailosaur:mailosaur-java:7.X.X"
implementation "com.mailosaur:mailosaur-java:8.X.X"
```

#### Maven users
Expand All @@ -59,7 +59,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.mailosaur</groupId>
<artifactId>mailosaur-java</artifactId>
<version>7.X.X</version>
<version>8.X.X</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mailosaur</groupId>
<artifactId>mailosaur-java</artifactId>
<version>7.0.0</version>
<version>8.0.0</version>
<packaging>jar</packaging>

<name>Mailosaur Java library</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml.versionsBackup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.mailosaur</groupId>
<artifactId>mailosaur-java</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>8.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mailosaur-java</name>
Expand Down Expand Up @@ -82,4 +82,4 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
</project>
2 changes: 1 addition & 1 deletion src/main/java/com/mailosaur/MailosaurClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import com.mailosaur.models.MessageSummary;

public class MailosaurClient {
final String VERSION = "7.0.0";
final String VERSION = "8.0.0";
final String API_KEY;
final String BASE_URL;
final HttpTransport HTTP_TRANSPORT = new NetHttpTransport();
Expand Down

0 comments on commit e721d14

Please sign in to comment.