diff --git a/README.md b/README.md index 19b6145..23e5efd 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ JsonPathKt is available at the Maven Central repository. com.nfeld.jsonpathkt jsonpathkt - 2.0.0-SNAPSHOT + 2.0.0 ``` **Gradle** ```gradle dependencies { - implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.0-SNAPSHOT' + implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.0' } ```