Skip to content

Commit f8a68eb

Browse files
author
marcel corso
committed
cut-2.1.1
1 parent f92cd93 commit f8a68eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ If you are using maven simply add the messagebird API to your dependencies like
2929
<dependency>
3030
<groupId>com.messagebird</groupId>
3131
<artifactId>messagebird-api</artifactId>
32-
<version>2.1.0</version>
32+
<version>2.1.1</version>
3333
</dependency>
3434
```
3535

3636
In case you are building without maven you still need maven to build the libraries but
3737
then simply copy the following jar's over to your project
3838

3939
```
40-
messagebird-api-2.1.0.jar
40+
messagebird-api-2.1.1.jar
4141
jackson-core-2.9.8.jar
4242
jackson-databind-2.9.8.jar
4343
jackson-dataformat-csv-2.9.8.jar

api/pom.xml

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

77
<groupId>com.messagebird</groupId>
88
<artifactId>messagebird-api</artifactId>
9-
<version>2.1.0</version> <!--
9+
<version>2.1.1</version> <!--
1010
are you going to bump a major number?
1111
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
1212
-->

api/src/main/java/com/messagebird/MessageBirdServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {
5757

5858
private final String accessKey;
5959
private final String serviceUrl;
60-
private final String clientVersion = "2.1.0";
60+
private final String clientVersion = "2.1.1";
6161
private final String userAgentString;
6262
private Proxy proxy = null;
6363

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>2.1.0</version>
9+
<version>2.1.1</version>
1010

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

0 commit comments

Comments
 (0)