From b8954937c2beb143a778ac3c4cb9049d778259e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=C3=A4usler?= Date: Tue, 20 Mar 2018 11:26:10 +0100 Subject: [PATCH] Update readme.md --- org.chronos.chronosphere/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.chronos.chronosphere/readme.md b/org.chronos.chronosphere/readme.md index 2e4f58e..2806dd1 100644 --- a/org.chronos.chronosphere/readme.md +++ b/org.chronos.chronosphere/readme.md @@ -30,7 +30,7 @@ Add the following to the `` section in your `pom.xml`: com.github.martinhaeusler org.chronos.chronosphere - 0.7.3 + 0.9.1 ``` @@ -38,7 +38,7 @@ Add the following to the `` section in your `pom.xml`: Add the following line to the `dependencies` section in your `build.gradle` file: ```groovy -compile group: 'com.github.martinhaeusler', name: 'org.chronos.chronosphere', version: '0.7.3' +compile group: 'com.github.martinhaeusler', name: 'org.chronos.chronosphere', version: '0.9.1' ``` In case your `build.gradle` file does not already reference the Maven Central Repository, you also have to add the following to your `build.gradle`: