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 ```