Skip to content

Commit 8d8174d

Browse files
committed
for the new release
1 parent 96cbf2b commit 8d8174d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.messagebird</groupId>
66
<artifactId>messagebird-api</artifactId>
7-
<version>3.0.13</version> <!--
7+
<version>3.0.13-SNAPSHOT</version> <!--
88
are you going to bump a major number?
99
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
1010
-->

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.messagebird</groupId>
88
<artifactId>examples</artifactId>
9-
<version>3.0.12</version>
9+
<version>3.0.13</version>
1010

1111
<licenses>
1212
<license>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.messagebird</groupId>
2222
<artifactId>messagebird-api</artifactId>
23-
<version>3.0.12</version>
23+
<version>3.0.13</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
</dependencies>

0 commit comments

Comments
 (0)