File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/com/messagebird Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ If you are using maven simply add the messagebird API to your dependencies like
29
29
<dependency>
30
30
<groupId>com.messagebird</groupId>
31
31
<artifactId>messagebird-api</artifactId>
32
- <version>2.1.0 </version>
32
+ <version>2.1.1 </version>
33
33
</dependency>
34
34
```
35
35
36
36
In case you are building without maven you still need maven to build the libraries but
37
37
then simply copy the following jar's over to your project
38
38
39
39
```
40
- messagebird-api-2.1.0 .jar
40
+ messagebird-api-2.1.1 .jar
41
41
jackson-core-2.9.8.jar
42
42
jackson-databind-2.9.8.jar
43
43
jackson-dataformat-csv-2.9.8.jar
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.messagebird</groupId >
8
8
<artifactId >messagebird-api</artifactId >
9
- <version >2.1.0 </version > <!--
9
+ <version >2.1.1 </version > <!--
10
10
are you going to bump a major number?
11
11
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
12
12
-->
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {
57
57
58
58
private final String accessKey ;
59
59
private final String serviceUrl ;
60
- private final String clientVersion = "2.1.0 " ;
60
+ private final String clientVersion = "2.1.1 " ;
61
61
private final String userAgentString ;
62
62
private Proxy proxy = null ;
63
63
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.messagebird</groupId >
8
8
<artifactId >examples</artifactId >
9
- <version >2.1.0 </version >
9
+ <version >2.1.1 </version >
10
10
11
11
<licenses >
12
12
<license >
20
20
<dependency >
21
21
<groupId >com.messagebird</groupId >
22
22
<artifactId >messagebird-api</artifactId >
23
- <version >2.1.0 </version >
23
+ <version >2.1.1 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
You can’t perform that action at this time.
0 commit comments