diff --git a/README.md b/README.md
index 0c3bdbf..58eaa44 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ The library comes as a maven dependency:
com.amihaiemil.web
docker-java-api
- 0.0.12
+ 0.0.13
```
**In order for it to work, you need to have an implementation of [JSON-P (JSR 374)](https://javaee.github.io/jsonp/index.html) in your classpath (it doesn't come transitively since most people are using Java EE APIs so, chances are it is already provided!). If you have no idea what this means, go [here](https://github.com/amihaiemil/docker-java-api/wiki/What-It-Is#implementation).**
-If you are not using Maven, you can also download the fat jar.
+If you are not using Maven, you can also download the fat jar.
### Usage Example And Wiki
diff --git a/pom.xml b/pom.xml
index a939ae5..42442d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.amihaiemil.web
docker-java-api
- 0.0.13-SNAPSHOT
+ 0.0.14-SNAPSHOT
Docker Java API
Elegant OOP wrapper over Docker's API
https://www.github.com/amihaiemil/docker-java-api