From 4fcc016c66950a02e57dde71a016699ffe8fa751 Mon Sep 17 00:00:00 2001 From: Stefan Kapferer Date: Wed, 13 Nov 2019 15:15:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c3da1e..b611d18 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To use this library and discover CML models as in the example above, you can add **Gradle:** ```gradle -implementation 'org.contextmapper:context-map-discovery:1.0.0' +implementation 'org.contextmapper:context-map-discovery:1.1.0' ``` **Maven:** @@ -76,7 +76,7 @@ implementation 'org.contextmapper:context-map-discovery:1.0.0' org.contextmapper context-map-discovery - 1.0.0 + 1.1.0 ```