From 5343f8017a740f9d4e9cfc36ed2f3b8da16e531f Mon Sep 17 00:00:00 2001 From: rultor Date: Fri, 22 Feb 2019 21:03:21 +0000 Subject: [PATCH] 0.0.11-SNAPSHOT --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7185f060..c1834475 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ The library comes as a maven dependency: com.amihaiemil.web docker-java-api - 0.0.9 + 0.0.10 ``` **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 are not using Maven, you can also download the fat jar. +If you are not using Maven, you can also download the fat jar. ### Contributing diff --git a/pom.xml b/pom.xml index 8d3ec331..d063088e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web docker-java-api - 0.0.10-SNAPSHOT + 0.0.11-SNAPSHOT Docker Java API Elegant OOP wrapper over Docker's API https://www.github.com/amihaiemil/docker-java-api