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
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
3636In case you are building without maven you still need maven to build the libraries but
3737then 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
4141jackson-core-2.9.8.jar
4242jackson-databind-2.9.8.jar
4343jackson-dataformat-csv-2.9.8.jar
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments