Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
denizkilic committed Mar 24, 2020
1 parent 4a6fd79 commit 62ab603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.11</version> <!--
<version>3.0.12-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 @@ -61,7 +61,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {

private final String accessKey;
private final String serviceUrl;
private final String clientVersion = "3.0.11";
private final String clientVersion = "3.0.12";
private final String userAgentString;
private Proxy proxy = null;

Expand Down

0 comments on commit 62ab603

Please sign in to comment.