diff --git a/README.md b/README.md
index a525ccfd..ddf5c0ae 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you are using maven simply add the messagebird API to your dependencies like
com.messagebird
messagebird-api
- 1.3.2
+ 2.0.0
```
@@ -37,13 +37,11 @@ In case you are building without maven you still need maven to build the librari
then simply copy the following jar's over to your project
```
-messagebird-api-1.3.3.jar
+messagebird-api-2.0.0.jar
jackson-core-2.9.0.jar
-jackson-databind-2.1.1.jar
-jackson-mapper-asl-1.9.13.jar
-jackson-core-asl-1.9.13.jar
+jackson-databind-2.9.0.jar
+jackson-dataformat-csv-2.9.0.jar
jackson-annotations-2.1.1.jar
-jackson-dataformat-csv-2.1.1.jar
```
diff --git a/examples/pom.xml b/examples/pom.xml
index fe01d0db..80050e08 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,7 +20,7 @@
com.messagebird
messagebird-api
- 1.3.2
+ 2.0.0