Skip to content

Commit

Permalink
for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
denizkilic committed Jun 9, 2020
1 parent 96cbf2b commit 8d8174d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.13</version> <!--
<version>3.0.13-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
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.0.12</version>
<version>3.0.13</version>

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

0 comments on commit 8d8174d

Please sign in to comment.