Skip to content

Commit

Permalink
Cut 6.1.6 (#255)
Browse files Browse the repository at this point in the history
*release v6.1.6
  • Loading branch information
denizkilic authored Apr 15, 2024
1 parent 662c11d commit 61fc3f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.messagebird</groupId>
<artifactId>messagebird-api</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {

private final String accessKey;
private final String serviceUrl;
private final String clientVersion = "6.1.5";
private final String clientVersion = "6.1.6";
private final String userAgentString;
private Proxy proxy = null;

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.messagebird</groupId>
<artifactId>examples</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>

<licenses>
<license>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.messagebird</groupId>
<artifactId>messagebird-api</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 61fc3f2

Please sign in to comment.