From 3cb399300f118eb961627fec01f15aa2ab477dd9 Mon Sep 17 00:00:00 2001 From: rultor Date: Mon, 21 Jan 2019 15:02:27 +0000 Subject: [PATCH] 0.0.2-SNAPSHOT --- README.md | 4 ++-- pom.xml | 2 +- rcfg.sh | 0 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 rcfg.sh diff --git a/README.md b/README.md index 4657639..437b87e 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ The library comes as a maven dependency: com.amihaiemil.web zold-java-client - not-yet-released + 0.0.1 ``` **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 82f9b6e..c53b298 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web zold-java-client - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT Zold Java Client Java wrapper over Zold's RESTful API https://www.github.com/amihaiemil/zold-java-client diff --git a/rcfg.sh b/rcfg.sh old mode 100644 new mode 100755