Skip to content

Commit ab474c3

Browse files
authored
Merge pull request #41 from messagebird/bump-version
Bump version to 2.0.0
2 parents 3e1ad4a + fd77a58 commit ab474c3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,19 @@ 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>1.3.2</version>
32+
<version>2.0.0</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-1.3.3.jar
40+
messagebird-api-2.0.0.jar
4141
jackson-core-2.9.0.jar
42-
jackson-databind-2.1.1.jar
43-
jackson-mapper-asl-1.9.13.jar
44-
jackson-core-asl-1.9.13.jar
42+
jackson-databind-2.9.0.jar
43+
jackson-dataformat-csv-2.9.0.jar
4544
jackson-annotations-2.1.1.jar
46-
jackson-dataformat-csv-2.1.1.jar
4745
```
4846

4947

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.messagebird</groupId>
2222
<artifactId>messagebird-api</artifactId>
23-
<version>1.3.2</version>
23+
<version>2.0.0</version>
2424
</dependency>
2525
</dependencies>
2626

0 commit comments

Comments
 (0)