From e0eafbfc6519b78fe4dc22e9a74932ddfceb2e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Garc=C3=ADa=20Ordu=C3=B1a?= <38036199+francisco-orduna@users.noreply.github.com> Date: Thu, 25 Apr 2019 12:57:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 329e4ca..e4a1a77 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Implemented API Latest release -------------- -1.0.0 - Basic implementation of the API using EHCache and SpringBoot +1.0.1 - Basic implementation of the API using EHCache and SpringBoot How to build ------------ @@ -20,4 +20,4 @@ How to build How to execute it ----------------- * using gradle: `./gradlew bootRun` -* using built jar file: `java -jar ./build/libs/results-cache-service-1.0.0.jar` +* using built jar file: `java -jar ./build/libs/results-cache-service-.jar`