Skip to content

Commit

Permalink
new release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
denizkilic committed Oct 11, 2021
1 parent 88153cc commit 74e2370
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>3.1.2</version> <!--
<version>3.1.4-SNAPSHOT</version> <!--
are you going to bump a major number?
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {

private final String accessKey;
private final String serviceUrl;
private final String clientVersion = "3.1.2";
private final String clientVersion = "3.1.4";
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>3.1.2</version>
<version>3.1.4</version>

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

0 comments on commit 74e2370

Please sign in to comment.